globstar broken again

2009-05-18 Thread Matt Zyzik
All, Previously, the behavior of globstar mimicked that of ksh/zsh for such a command: "ls -adl **/*.cs". Now I've upgraded to Bash 4.0.24 from Bash 4.0.17 and the behavior is different (seemingly incorrect). Previously, the above-mentioned command would list all *.cs files in the current directo

Re: globstar broken again

2009-05-18 Thread Mike Frysinger
On Monday 18 May 2009 21:14:18 Matt Zyzik wrote: > Previously, the behavior of globstar mimicked that of ksh/zsh for such a > command: "ls -adl **/*.cs". > > Now I've upgraded to Bash 4.0.24 from Bash 4.0.17 and the behavior is > different (seemingly incorrect). Previously, the above-mentioned comm

Re: globstar broken again

2009-05-18 Thread Matt Zyzik
On Mon, May 18, 2009 at 10:04:06PM -0400, Mike Frysinger wrote: > On Monday 18 May 2009 21:14:18 Matt Zyzik wrote: > > Previously, the behavior of globstar mimicked that of ksh/zsh for such a > > command: "ls -adl **/*.cs". > > > > Now I've upgraded to Bash 4.0.24 from Bash 4.0.17 and the behavior