> Since I am unable to reproduce those failures,
> I suspect that some of the implied `-4mdk' changes
> introduced the problem.

I am unable to reproduce those failures too and, built from
the source tarballs I have :

[EMAIL PROTECTED]:~$ /usr/bin/\[ --version | head -n1
[ (GNU coreutils) 5.0.90

[EMAIL PROTECTED]:~$ [ x = x ] && echo ok
ok

And also :

[EMAIL PROTECTED]:/vol/coreutils-5.0.91/src$ ./[ --version | head -n1
[ (GNU coreutils) 5.0.91

[EMAIL PROTECTED]:/vol/coreutils-5.0.91/src$ [ x = x ] && echo ok
ok


As this sounds Good to me, and that i'm a bit curious I
did the following and a strange thing is that it fails :


[EMAIL PROTECTED]:~$ which [
/usr/bin/[

[EMAIL PROTECTED]:~$ [ --version | head -n1
-bash: [: missing `]'

I probably missed something, but if that could help to 
solve the problem !



-- 
web site : http://www.delhomme.org/


_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to