We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e386e9 commit 5652ab6Copy full SHA for 5652ab6
bin/build-phar.sh
@@ -29,7 +29,7 @@ php composer.phar install --no-dev
29
# Update the library to the latest git version from master
30
(cd vendor/zenddevops/webapi/; git pull origin master)
31
# Manually fix the zend-stdlib issue
32
-(cd vendor/zendframework/zend-stdlib/; git apply ../../../.patches/zend-stdlib.patch)
+(cd vendor/zendframework/zend-stdlib/; patch -p1 < ../../../.patches/zend-stdlib.patch)
33
php -d phar.readonly=0 bin/create-phar.php
34
35
read -p "Do you want to commit-n-push the newly compiled phar file (Y/n)?" RESULT
bin/zs-client.phar
762 Bytes
0 commit comments