mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
dist-check: set LC_ALL=C env.
This commit is contained in:
@ -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";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user