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