renamed ngx_openresty to openresty.

This commit is contained in:
Yichun Zhang (agentzh)
2016-01-25 14:33:53 -08:00
parent 0e31ce1662
commit 52962f3fc9
10 changed files with 22 additions and 21 deletions

View File

@ -5,11 +5,11 @@ root=`perl -MCwd -e'print Cwd::abs_path(shift)' $(dirname -- "$0")/..`
info_txt=`perl -e 'print "\033[33m[INFO]\033[0m"'`
echo -n "ngx_openresty "
echo -n "openresty "
. ./util/ver
echo
name=ngx_openresty-$version
name=openresty-$version
work=$root/work
if [ -z $debug ]; then