summaryrefslogtreecommitdiff
blob: ed984bf4e6e8b458fe4e80292e8ad9b13b5f7040 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- tcsh-6.13.00/glob.c.glob	2004-08-18 18:24:23.163464816 +0200
+++ tcsh-6.13.00/glob.c	2004-08-18 18:24:45.622050592 +0200
@@ -164,6 +164,8 @@
     } else {
 	if (islower(c1) && isupper(c2))
 	    return (1);
+	if (isupper(c1) && islower(c2))
+	    return (-1);
     }
     s1[0] = c1;
     s2[0] = c2;