bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

regression: extglobs expand hidden files in 4.3


From: Stephane Chazelas
Subject: regression: extglobs expand hidden files in 4.3
Date: Tue, 18 Mar 2014 13:59:01 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

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 extglob 'echo ?(foo)*'
a

regards,
Stephane




reply via email to

[Prev in Thread] Current Thread [Next in Thread]