dist-check: more tolerant about release numbers.
This commit is contained in:
parent
c8b64f9fd4
commit
aa33a9e752
|
@ -14,7 +14,7 @@ getopts("lf:", \%opts) or die "Usage: $0 [-f] [-l] <cores>\n";
|
||||||
my $jobs = shift || 4;
|
my $jobs = shift || 4;
|
||||||
|
|
||||||
my $cwd = cwd();
|
my $cwd = cwd();
|
||||||
if ($cwd !~ /ngx_openresty-(\d+(?:\.\d+)+(?:rc\d+)?)$/) {
|
if ($cwd !~ /ngx_openresty-(\d+(?:\.\d+)+(?:rc\d+(?:\.\d+)?)?)$/) {
|
||||||
die "Bad current working directory: $cwd\n";
|
die "Bad current working directory: $cwd\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue