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 cleanup ();
|
||||||
sub write_config_file ($);
|
sub write_config_file ($);
|
||||||
|
|
||||||
|
BEGIN {
|
||||||
|
$ENV{LC_ALL} = 'C';
|
||||||
|
}
|
||||||
|
|
||||||
my %opts;
|
my %opts;
|
||||||
getopts("lf:", \%opts) or die "Usage: $0 [-f] [-l] <cores>\n";
|
getopts("lf:", \%opts) or die "Usage: $0 [-f] [-l] <cores>\n";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue