Skip to content

Commit

Permalink
updated the dev script files.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed May 12, 2011
1 parent 6ff9377 commit 0e2982d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -55,5 +55,7 @@ nginx
*.html
ctags
t/servroot
all.sh
all
buildroot/
go
build10
2 changes: 2 additions & 0 deletions util/build.sh
Expand Up @@ -22,6 +22,8 @@ if [ ! -s "nginx-$version.tar.gz" ]; then
fi

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

#tar -xzvf nginx-$version.tar.gz || exit 1
Expand Down

0 comments on commit 0e2982d

Please sign in to comment.