Your message dated Sun, 13 Sep 2009 13:34:29 +0200
with message-id <[email protected]>
and subject line Re: bash: glob pattern "[A-Z]" matches "b", "c" .. and "z" on 
LC_ALL=en_US.UTF-8
has caused the Debian Bug report #531721,
regarding bash: glob pattern "[A-Z]" matches "b", "c" .. and "z" on 
LC_ALL=en_US.UTF-8
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
531721: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531721
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bash
Version: 3.2-5
Severity: important

$ dpkg -l libc6 bash
...
ii  bash             3.2-5            The GNU Bourne Again SHell
ii  libc6            2.9-13           GNU C Library: Shared libraries
$ mkdir tmp
$ cd tmp
$ touch a b c x y z A B C X Y Z
$ LC_ALL=C /bin/bash --noprofile --norc -c 'echo [A-Z]'
A B C X Y Z
$ LC_ALL=ja_JP.UTF-8 /bin/bash --noprofile --norc -c 'echo [A-Z]'
A B C X Y Z
$ LC_ALL=en_US.UTF-8 /bin/bash --noprofile --norc -c 'echo [A-Z]'
A b B c C x X y Y z Z

-- 
-- Name: SATOH Fumiyasu (fumiyas @ osstech co jp)
-- Business Home: http://www.OSSTech.co.jp/
-- Personal Home: http://www.SFO.jp/blog/



--- End Message ---
--- Begin Message --- This is not a bug but intended behaviour. Use the C locale for the desired behaviour.


--- End Message ---

Reply via email to