1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 03:14:39 +01:00

Use bash in phar script (release_phar)

This commit is contained in:
Daniil Gentili 2018-02-23 20:30:56 +01:00
parent 56b3647ec0
commit 899d9eb201

View File

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
composer global require spatie/7to5
[ -f $HOME/.composer/vendor/bin/php7to5 ] && php7to5=$HOME/.composer/vendor/bin/php7to5