Set LC_COLLATE=C explicitly in the environment.
[rsync/rsync-patches.git] / 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';