Re: globstar broken again

2009-05-24 Thread Matt Zyzik
On Fri, May 22, 2009 at 04:10:21PM -0400, Chet Ramey wrote: > OK. I finally had some time to look at this. > > The issue is that you can't always add a null placeholder for the current > directory (the original bash-4.0 code) or never add one (patch 24). You > have to add one in certain circumst

Re: globstar broken again

2009-05-22 Thread Chet Ramey
Matt Zyzik wrote: > 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

Re: globstar broken again

2009-05-19 Thread Chet Ramey
Matt Zyzik wrote: > 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). Yeah, it's pretty messed up. I'll take a look. Chet

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

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