We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df5b2b commit e759799Copy full SHA for e759799
util/build.sh
@@ -7,12 +7,12 @@ version=$1
7
home=~
8
force=$2
9
10
-ngx_redis_version=0.3.6
+ngx_redis_version=0.3.7
11
ngx_redis_path=$home/work/nginx/ngx_http_redis-$ngx_redis_version
12
13
-cd $ngx_redis_path
14
-patch -N -p1 < $root/../ngx_openresty/patches/ngx_http_redis-$ngx_redis_version-variables_in_redis_pass.patch
15
-cd $root
+cd $ngx_redis_path || exit 1
+patch --forward -p1 < $root/../ngx_openresty/patches/ngx_http_redis-$ngx_redis_version-variables_in_redis_pass.patch
+cd $root || exit 1
16
17
#--without-http_memcached_module \
18
ngx-build $force $version \
0 commit comments