X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/263e3c8e079cba118b033d28c821a4a81867ba8b..59d64e0ba3e9b104bed3cb7c99e23066676be9d5:/verify-patches diff --git a/verify-patches b/verify-patches index a7d0870..807c584 100755 --- a/verify-patches +++ b/verify-patches @@ -31,6 +31,7 @@ from inside the patches subdir. EOT } +$ENV{'LC_COLLATE'} = 'C'; $| = 1; my $CONF_OPTS = '-C';