Divide commands into separate lines

This commit is contained in:
Bo Yang 2019-01-28 20:58:58 +00:00
parent 71e5de01d3
commit 8400e29044

View File

@ -482,7 +482,8 @@ build_php5.6_mac() {
export PATH="$PHP_FOLDER/bin:$PATH"
# Install phpunit
curl https://phar.phpunit.de/phpunit-5.6.8.phar -L -o phpunit.phar chmod +x phpunit.phar
curl https://phar.phpunit.de/phpunit-5.6.8.phar -L -o phpunit.phar
chmod +x phpunit.phar
sudo mv phpunit.phar /usr/local/bin/phpunit
# Install valgrind