make util/configure executable.

pull/4/head
agentzh (章亦春) 14 years ago
parent 3d56214133
commit d9ab99217e

@ -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

@ -1,5 +1,6 @@
#!/usr/bin/env perl
use 5.004;
use strict;
use warnings;

Loading…
Cancel
Save