Skip to content

Commit 5652ab6

Browse files
slaff-at-zendslav-at-attachix
authored andcommitted
Compiled new phar file.
1 parent 0e386e9 commit 5652ab6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bin/build-phar.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ php composer.phar install --no-dev
2929
# Update the library to the latest git version from master
3030
(cd vendor/zenddevops/webapi/; git pull origin master)
3131
# Manually fix the zend-stdlib issue
32-
(cd vendor/zendframework/zend-stdlib/; git apply ../../../.patches/zend-stdlib.patch)
32+
(cd vendor/zendframework/zend-stdlib/; patch -p1 < ../../../.patches/zend-stdlib.patch)
3333
php -d phar.readonly=0 bin/create-phar.php
3434

3535
read -p "Do you want to commit-n-push the newly compiled phar file (Y/n)?" RESULT

bin/zs-client.phar

762 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)