This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: generating csu/version-info.h


On Fri, Jan 02, 2004 at 12:56:54PM +0100, Arkadiusz Miskiewicz wrote:
> On Friday 02 of January 2004 08:14, Dan Kegel wrote:
> > > and then
> > > -          echo "\"Available extensions:\\n\"";                       \
> > > +          echo "\"Available extensions:\\\\n\"";                       \
> > >
> > >
> > > ps. My /bin/sh is pdksh, sed 4.0.8
> >
> > It matters that your shell is pdksh, I bet.
> Yes,  it matters
> 
> [misiek@arm ~]$ zsh
> [misiek@arm ~]$ echo "\"Available extensions:\\n\""
> "Available extensions:
> "

Test: echo -e "\"Available extensions:\\n\""
Works on pdksh, zsh, ash, bash, ksh93

Regards
-- 
Artur Frysiak
http://www.pld-linux.org/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]