From: Wayne Davison Date: Wed, 15 Mar 2006 01:59:45 +0000 (+0000) Subject: Set LC_COLLATE=C explicitly in the environment. X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/commitdiff_plain/96e2f104d36d4990789ce30df363cc92edf5ac3e Set LC_COLLATE=C explicitly in the environment. --- 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';