Hi,

This cannot have been overseen, so perhaps I am not understanding
how "nocaseglob" is supposed to work:

$ bash --version
GNU bash, version 3.1.17(1)-release (i586-suse-linux)
Copyright (C) 2005 Free Software Foundation, Inc.
$ shopt|fgrep caseglob
nocaseglob      off
$ echo tpdsrc/umod/nodesvr/test/[a-z]*
tpdsrc/umod/nodesvr/test/Makefile tpdsrc/umod/nodesvr/test/SCCS tpdsrc/umod/node

What are the "Makefile" and "SCCS" entries doing on the line?
And, yes, I know there are some language environments that say
to ignore case (completely wrong-headed decisions, but nevertheless):

$ env|egrep 'LC|LANG'
$

So, this is working wrong.  How do I make it work right?
Thanks - Bruce


_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to