Re: bash upgrade 3.2_048 -> 4.0_028 breaks the source command

2009-07-26 Thread Chet Ramey
Miklos Vajna wrote: > Bash Version: 4.0 > Patch Level: 28 > Release Status: release > > Description: > In the current directory create an empty file 'foo'. Then the > following will fail: > > $ sh -c 'ls foo;. foo' > foo > sh: line 0: .: foo: file not foun

Re: bash upgrade 3.2_048 -> 4.0_028 breaks the source command

2009-07-26 Thread Miklos Vajna
On Sun, Jul 26, 2009 at 07:25:50AM -0600, Eric Blake wrote: > > $ sh -c 'ls foo;. foo' > > foo > > sh: line 0: .: foo: file not found > > Not a bug. POSIX requires this. > http://lists.gnu.org/archive/html/bug-bash/2009-07/msg00069.html Ah, OK. Sorry for the noise and t

Re: bash upgrade 3.2_048 -> 4.0_028 breaks the source command

2009-07-26 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Miklos Vajna on 7/26/2009 4:50 AM: > Description: > In the current directory create an empty file 'foo'. Then the > following will fail: > > $ sh -c 'ls foo;. foo' > foo > sh: line 0: .: foo: file n