bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Move sha1 to C?


From: Ralf Wildenhues
Subject: Re: Move sha1 to C?
Date: Tue, 24 May 2011 07:34:29 +0200

Hello,

* Paul Eggert wrote on Tue, May 24, 2011 at 07:28:36AM CEST:
> Come to think of it, it'd be even easier to read this way:
> 
>   sed_extract_condition2='
>     /^ *'"$escaped_dep"' *\[.*\] *$/{
>       s/^ *'"$escaped_dep"' *\[\(.*\)\] *$/\1/p
>     }
>   '

It's even easier to read this way IMVHO (and just as portable):

  sed_extract_condition2='
    /^ *'"$escaped_dep"' *\[\(.*\)\] *$/ s//\1/p
  '

Cheers,
Ralf



reply via email to

[Prev in Thread] Current Thread [Next in Thread]