1
0
Fork 0

abb for prepare/rebuild

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@985 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 2012-07-18 01:55:55 +00:00
parent 914233e411
commit aaf6f6cdec
1 changed files with 2 additions and 2 deletions

View File

@ -40,13 +40,13 @@ if [[ ! -z $1 ]]; then
fi
case $type in
prepare)
prep*)
exec ./devel/prepare.devel
;;
tags)
exec ./devel/prepare.devel tags
;;
rebuild)
reb*)
PHPDIRS=${PHPDIRS:-$HOME/test}
if [[ ! -x $PHPDIRS/$phpbasename/bin/phpize ]]; then
echo $PHPDIRS/$phpbasename/bin/phpize not found