« Previous | Next » 

Revision d163abf9

IDd163abf993d1fa85d8172e3a4b698ba90f2a113e

Added by Michael Hanselmann over 11 years ago

bash_completion: Enable extglob while parsing file

In older versions of GNU Bash extended patterns, such as “@(…)”, are only
available with the “extglob” shell option. As pointed out in [1] and [2],
“extglob” must be enabled while parsing the code. Therefore the flag must be
enabled at the beginning of the script and be reset to its original value at
the end as to not interfere with other code on shell initialization.

[1] http://unix.stackexchange.com/questions/45957
[2] http://mywiki.wooledge.org/glob

Reported by Sascha Lucas.

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Bernardo Dal Seno <>
Reviewed-by: Iustin Pop <>
(cherry picked from commit 893ad76d18e1a8286247e06c8451bbd4831cff8f)

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences