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

Bug#203820: Incorrect expanding [] glob



Package: bash
Version: 2.05b-8.1
Severity: normal

Hello

When LC_COLLATE is set to pl_PL [] glob does not work correctly:

arturcz@zlom:/tmp/bash-test$ echo $LC_COLLATE
pl_PL
arturcz@zlom:/tmp/bash-test$ touch a b C c D e F G h
arturcz@zlom:/tmp/bash-test$ echo [A-Z]
b c C D e F G h
arturcz@zlom:/tmp/bash-test$ export LC_COLLATE=C
arturcz@zlom:/tmp/bash-test$ echo [A-Z]
C D F G

I am not sure that this is really bash error, that's why I Cc-ed it to
locales@packages.

I didn't generate other language locales so I cannot test this error for it.
Maybe people on debian-devel could give a feedback about it.

I have locales version 2.3.1-17.

This bug is also in woody. Packages' versions:
ii  bash           2.05a-11       The GNU Bourne Again SHell
ii  locales        2.2.5-11.5     GNU C Library: National Language (locale) da

Regards
	Artur

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux zlom 2.4.21 #1 Tue Jul 15 02:03:36 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=pl_PL

Versions of packages bash depends on:
ii  base-files                3.0.9          Debian base system miscellaneous f
ii  libc6                     2.3.1-17       GNU C Library: Shared libraries an
ii  libncurses5               5.3.20030719-1 Shared libraries for terminal hand

-- no debconf information




Reply to: