make util/configure executable.

This commit is contained in:
agentzh (章亦春) 2011-03-06 14:40:13 +08:00
parent 3d56214133
commit d9ab99217e
2 changed files with 5 additions and 0 deletions

View File

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

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