mirror of
https://github.com/openresty/openresty
synced 2024-11-09 18:35:51 +01:00
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
Block a user