* Jim Meyering wrote on Wed, Aug 13, 2008 at 10:47:13AM CEST: > Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > FAIL: cp/thru-dangling.log (exit: 1) > > ==================================== > ... > > --- out 2008-08-12 19:24:01.000000000 +0000 > > +++ exp 2008-08-12 19:24:01.000000000 +0000 > > @@ -1,2 +1 @@ > > -+ POSIXLY_CORRECT=1 > > hi > > Hi Jeph and Ralf, > The problem is the same with cp/thru-dangling. > I'm hoping this works around the bogus shell in AIX 5.3:
Yep, good again! Thanks, Ralf > >From e4cef1d9b45225327e4f95148358f214957663fa Mon Sep 17 00:00:00 2001 > From: Jim Meyering <[EMAIL PROTECTED]> > Date: Wed, 13 Aug 2008 10:40:58 +0200 > Subject: [PATCH] set envvars via "env" to avoid spurious set -x output from > bad shells > > * tests/dd/misc: Set LC_ALL=C via env. > * tests/cp/thru-dangling: Set POSIXLY_CORRECT via env. > This is necessary at least on AIX 5.3. > Reported by Jeph Cowan and Ralf Wildenhues. Details here: > http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14235/focus=14257 _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
