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