bug-gnulib
[Top][All Lists]
Advanced

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

Re: [bug-gnulib] improve gnulib-tool output


From: Stepan Kasal
Subject: Re: [bug-gnulib] improve gnulib-tool output
Date: Fri, 13 May 2005 10:43:20 +0200
User-agent: Mutt/1.4.1i

Hello,
  I noticed a minor problem here.  (It was also present in the previous
version:

On Fri, May 13, 2005 at 12:04:35AM -0700, Paul Eggert wrote:
> ... | sed -e '/^$/d;' -e 's/^/  /'

I'd use either
        sed '/^$/d;s/^/  /'
or
        sed -e '/^$/d' -e 's/^/  /'

I'm afraid that the extra semicolon could cause problems with some seds.

Stepan




reply via email to

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