Skip to content

Commit

Permalink
updated build.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Jan 6, 2011
1 parent 1a4c981 commit 05f028b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/build.sh
Expand Up @@ -18,8 +18,8 @@ if [ ! -s "nginx-$version.tar.gz" ]; then
fi

#tar -xzvf nginx-$version.tar.gz || exit 1
#cp $root/../no-pool-nginx/nginx-0.8.41-no_pool.patch ./
#patch -p0 < nginx-0.8.41-no_pool.patch
#cp $root/../no-pool-nginx/nginx-$version-no_pool.patch ./ || exit 1
#patch -p0 < nginx-$version-no_pool.patch || exit 1

if [ -n "$2" ]; then
cd nginx-$version-$2/
Expand Down

0 comments on commit 05f028b

Please sign in to comment.