make util/configure executable.
This commit is contained in:
parent
3d56214133
commit
d9ab99217e
4
Makefile
4
Makefile
|
@ -3,3 +3,7 @@
|
|||
all:
|
||||
./util/mirror-tarballs
|
||||
|
||||
test:
|
||||
cp util/configure ngx_openresty-0.8.54.0/
|
||||
cd ngx_openresty-0.8.54.0 && ./configure
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env perl
|
||||
|
||||
use 5.004;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
|
|
Loading…
Reference in New Issue