From 96e2f104d36d4990789ce30df363cc92edf5ac3e Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 15 Mar 2006 01:59:45 +0000 Subject: [PATCH] Set LC_COLLATE=C explicitly in the environment. --- verify-patches | 1 + 1 file changed, 1 insertion(+) 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'; -- 2.34.1