Re: Is this a bash wildcard bug?

2008-11-20 Thread Chris F.A. Johnson
On 2008-11-20, grendelos wrote: > > So this is really bugging me. Why is [a-z] not case sensitive, but [A-Z] is? > For example: > > # ls -l > total 0 > -rw-r--r-- 1 root root 0 Nov 20 12:22 xa > -rw-r--r-- 1 root root 0 Nov 20 12:22 xA > > # ls -l x[a-z] > -rw-r--r-- 1 root root 0 Nov 20 12:22 xa

Re: Is this a bash wildcard bug?

2008-11-20 Thread Matthew Woehlke
Matthew Woehlke wrote: grendelos wrote: So this is really bugging me. Why is [a-z] not case sensitive, but [A-Z] is? For example: # ls -l total 0 -rw-r--r-- 1 root root 0 Nov 20 12:22 xa -rw-r--r-- 1 root root 0 Nov 20 12:22 xA # ls -l x[a-z] -rw-r--r-- 1 root root 0 Nov 20 12:22 xa -rw-r--r

Re: Problems applying patches

2008-11-20 Thread Dan
"make test" fails some of the tests at patch level 39 and patch level 48. I'll investigate a bit more as I've only tried it on one of my Linux systems and post details if I can't work out what the problem is. Dan So I tried building it on Fedora 9 and it built with no problems (up to and in

Re: Is this a bash wildcard bug?

2008-11-20 Thread Matthew Woehlke
grendelos wrote: So this is really bugging me. Why is [a-z] not case sensitive, but [A-Z] is? For example: # ls -l total 0 -rw-r--r-- 1 root root 0 Nov 20 12:22 xa -rw-r--r-- 1 root root 0 Nov 20 12:22 xA # ls -l x[a-z] -rw-r--r-- 1 root root 0 Nov 20 12:22 xa -rw-r--r-- 1 root root 0 Nov 20

Is this a bash wildcard bug?

2008-11-20 Thread grendelos
So this is really bugging me. Why is [a-z] not case sensitive, but [A-Z] is? For example: # ls -l total 0 -rw-r--r-- 1 root root 0 Nov 20 12:22 xa -rw-r--r-- 1 root root 0 Nov 20 12:22 xA # ls -l x[a-z] -rw-r--r-- 1 root root 0 Nov 20 12:22 xa -rw-r--r-- 1 root root 0 Nov 20 12:22 xA # ls -l

Re: Problems applying patches

2008-11-20 Thread Dan
> I haven't posted them here yet, but they are available. I didn't use them because you said you had a problem with 37. Chet Oh, I see. Well, it seems to be OK now, at least in terms of applying the patches to the code using Stephane's instructions - I understand what's going on there now.