Jim Meyering <[EMAIL PROTECTED]> writes:
> > > Since I am unable to reproduce those failures,
> > > I suspect that some of the implied `-4mdk' changes
> > > introduced the problem.
> >
> > it seems sg break it but i failled to see any hunk that can affect [:
>
> [ and test both use test.c. `[' is built from lbracket.c.
> Did you try reverting this change?
>
> ...
> > diff -rubBd /home/tv/rpm/BUILD/coreutils-5.0.91/src/test.c ../src/test.c
> > --- /home/tv/rpm/BUILD/coreutils-5.0.91/src/test.c 2004-01-07 22:24:02.000000000
> > +0100
> > +++ ../src/test.c 2003-07-26 14:19:55.000000000 +0200
> > @@ -1091,7 +1091,7 @@
> >
> > argv = margv;
> >
> > - if (margv[0][strlen(margv[0])-1] == '[')
> > + if (LBRACKET)
> > {
> > /* Recognize --help or --version, but only when invoked in the
> > "[" form, and when the last argument is not "]". POSIX
> ...
this is what i'd to do to get it works as before
_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-coreutils