diff --git a/tests/makephar.sh b/tests/makephar.sh index e3e8cffa..520481b4 100755 --- a/tests/makephar.sh +++ b/tests/makephar.sh @@ -89,7 +89,7 @@ cd .. find phar5 -type f -exec sed 's/\w* \.\.\./.../' -i {} + # Make sure conversion worked -for f in $(find . -type f -name '*.php'); do php -l $f;done +for f in $(find phar5 -type f -name '*.php'); do php -l $f;done #[ "$TRAVIS_BRANCH" != "master" ] && branch="-$TRAVIS_BRANCH" || branch="" branch="-$TRAVIS_BRANCH"