Re: regression: extglobs expand hidden files in 4.3

2014-03-20 Thread Chet Ramey
On 3/18/14 9:59 AM, Stephane Chazelas wrote: > With bash-4.3 as found on Debian's 4.3-2 package: > > $ bash -cO extglob 'echo *(.)' > . .. > $ bash -cO extglob 'echo *(foo)*' > . .. a > $ bash -cO extglob 'echo @(|foo)*' > . .. a > > > It looks like the regression was introduced by 4.3, as 4.2 d

regression: extglobs expand hidden files in 4.3

2014-03-18 Thread Stephane Chazelas
With bash-4.3 as found on Debian's 4.3-2 package: $ bash -cO extglob 'echo *(.)' . .. $ bash -cO extglob 'echo *(foo)*' . .. a $ bash -cO extglob 'echo @(|foo)*' . .. a It looks like the regression was introduced by 4.3, as 4.2 doesn't exhibit the same problem. This one's OK: $ bash -cO extglo