mirror of
https://github.com/openresty/openresty
synced 2024-12-25 16:15:50 +01:00
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
util/configure
vendored
Normal file → Executable file
1
util/configure
vendored
Normal file → Executable file
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env perl
|
||||
|
||||
use 5.004;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user