Skip to content

Commit

Permalink
more fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Dec 17, 2010
1 parent a4ded94 commit ee50f22
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions util/build.sh
Expand Up @@ -18,8 +18,9 @@ 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 || exit 1
#cp $root/../no-pool-nginx/nginx-$version-no_pool.patch ./
#patch -p0 < nginx-$version-no_pool.patch || exit 1
#patch -p0 < ~/work/nginx-$version-rewrite_phase_fix.patch || exit 1

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

0 comments on commit ee50f22

Please sign in to comment.