This is the mail archive of the libc-alpha@sourceware.org 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: [PATCH] Fix typo in nptl Makefile


From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>
Date: Mon, 15 Aug 2011 22:49:51 +0200

> From `info bash`:

So is ">&" a POSIX shell feature or a bash extension?

Also, I can't find any other test where stderr is redirected to
the test case output file.  Only stdout is redirected, and this
is why I considered such things likely unintentional.

If it was really intentional, I'd suggest using the long form
"2>&1" which I know works properly with other POSIX shells like
'dash'.


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