[Bug 1700610] [NEW] bash glob expands [a-c] to [aAbBc]
Cédric M. Campos
1700610 at bugs.launchpad.net
Mon Jun 26 17:08:52 UTC 2017
Public bug reported:
Hi, there!
I've realized that bash globbing or glob expansion fails to expand
letter ranges as expected. For instance, [a-c] is expanded to [aAbBc]
instead of to [abc] and [A-C] to [AbBcC] instead of to [ABC], i.e. small
and capital letters are intersperse.
One way to correct this is enabling the bash option "globasciiranges",
which is disabled by default. This problem is LOCALE dependent and might
vary from one system to another.
Fully updated Ubuntu-GNOME 16.04.2 LTS 64-bit with bash
4.3.48(1)-release.
** Affects: bash (Ubuntu)
Importance: Undecided
Status: New
** Package changed: wajig (Ubuntu) => bash (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bash in Ubuntu.
https://bugs.launchpad.net/bugs/1700610
Title:
bash glob expands [a-c] to [aAbBc]
Status in bash package in Ubuntu:
New
Bug description:
Hi, there!
I've realized that bash globbing or glob expansion fails to expand
letter ranges as expected. For instance, [a-c] is expanded to [aAbBc]
instead of to [abc] and [A-C] to [AbBcC] instead of to [ABC], i.e.
small and capital letters are intersperse.
One way to correct this is enabling the bash option "globasciiranges",
which is disabled by default. This problem is LOCALE dependent and
might vary from one system to another.
Fully updated Ubuntu-GNOME 16.04.2 LTS 64-bit with bash
4.3.48(1)-release.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1700610/+subscriptions
More information about the foundations-bugs
mailing list