dist-check: set LC_ALL=C env.
This commit is contained in:
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…
Reference in New Issue