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
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
"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
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
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
> 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.