On Thu, 2 Aug 2007 09:29:19 -0400
Chet Ramey <[EMAIL PROTECTED]> wrote:
> > Here was an interesting bug which was some what unexpected.
> >
> > cat <(find ./ -iname t{1,2,3})
> >
> > this is a valid command according to bash due to a bugged expansion
> > of {1,2,3} and the process expansion. It
Hi,
Got bash-3.2 patchlevel 17 running on MacOSX in place of Apple's:
-bash-3.2$ which bash
/bin/bash
-bash-3.2$ file /bin/bash
/bin/bash: symbolic link to `/usr/bin/bash'
-bash-3.2$ file /usr/bin/bash
/usr/bin/bash: Mach-O executable i386
-bash-3.2$ ls -al /usr/bin/bash
-rwxr-xr-x 1 root whe