Set LC_COLLATE=C explicitly in the environment.
authorWayne Davison <wayned@samba.org>
Wed, 15 Mar 2006 01:59:45 +0000 (01:59 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 15 Mar 2006 01:59:45 +0000 (01:59 +0000)
verify-patches

index a7d0870..807c584 100755 (executable)
@@ -31,6 +31,7 @@ from inside the patches subdir.
 EOT
 }
 
+$ENV{'LC_COLLATE'} = 'C';
 $| = 1;
 my $CONF_OPTS = '-C';