Dot in PATH?

Chet Ramey chet at odin.INS.CWRU.Edu
Thu Feb 7 02:41:06 AEST 1991


In article <1991Feb6.084135.11456 at wpi.WPI.EDU> fenn at wpi.WPI.EDU (Brian Fennell) writes:
>In article <1423 at tau.sm.luth.se> d87-man at sm.luth.se (Mikael Adolfsson) writes:

>>This is not true for BASH.
>>At least version 1.05.11 allow null entries
>>without interpreting them as dot.
>
>That is definately a bug in BASH!

It certainly is.  It's also been fixed, long ago:

odin$ cd /tmp
odin$ /bin/bash -version
GNU bash, version 1.06.289 (CWRU)
odin$ PATH=:/usr/bin
odin$ cat > foo
echo this is $0
odin$ chmod +x foo
odin$ which foo
bash: which: command not found
odin$ foo
this is ./foo

>And I thought bash was suposed to be a great shell.  I am shattered.

Pull yourself up out of the gutter, man.  Bash is a great shell.  All is
right with the world once again.  :-)

Chet
-- 
Chet Ramey				``There's just no surf in
Network Services Group			  Cleveland, U.S.A. ...''
Case Western Reserve University
chet at ins.CWRU.Edu		My opinions are just those, and mine alone.



More information about the Comp.unix.shell mailing list