diff --git a/plugins/php/versions/all_test.sh b/plugins/php/versions/all_test.sh index 405c51a38..cf42af4d0 100644 --- a/plugins/php/versions/all_test.sh +++ b/plugins/php/versions/all_test.sh @@ -47,7 +47,7 @@ for PHP_VER in ${PHP_VER_LIST[@]}; do if [ ! -d /www/server/php/${PHP_VER} ];then echo "php${PHP_VER} is not install!" - continue; + continue fi NON_ZTS_FILENAME=`ls /www/server/php/${PHP_VER}/lib/php/extensions | grep no-debug-non-zts`