bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] fix coreutils-5.0.91 rejecting "[ toto -eq tata ]" like form


From: Olivier Delhomme
Subject: Re: [PATCH] fix coreutils-5.0.91 rejecting "[ toto -eq tata ]" like forms
Date: Thu, 8 Jan 2004 00:32:58 +0100

> 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 :

address@hidden:~$ /usr/bin/\[ --version | head -n1
[ (GNU coreutils) 5.0.90

address@hidden:~$ [ x = x ] && echo ok
ok

And also :

address@hidden:/vol/coreutils-5.0.91/src$ ./[ --version | head -n1
[ (GNU coreutils) 5.0.91

address@hidden:/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 :


address@hidden:~$ which [
/usr/bin/[

address@hidden:~$ [ --version | head -n1
-bash: [: missing `]'

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



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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]