dist-check: set LC_ALL=C env.

pull/512/merge
Yichun Zhang (agentzh) 5 years ago
parent 45a454beec
commit f5d359f8f0

@ -10,6 +10,10 @@ sub sh ($@);
sub cleanup ();
sub write_config_file ($);
BEGIN {
$ENV{LC_ALL} = 'C';
}
my %opts;
getopts("lf:", \%opts) or die "Usage: $0 [-f] [-l] <cores>\n";

Loading…
Cancel
Save