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/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org