X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Fbin%2Fbuild-vendor;h=f0057d522b54855bac750e3484600cece07518fc;hp=c4a65301a4525a8410da234d445525380c338a71;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/psy/psysh/bin/build-vendor b/vendor/psy/psysh/bin/build-vendor index c4a65301a..f0057d522 100755 --- a/vendor/psy/psysh/bin/build-vendor +++ b/vendor/psy/psysh/bin/build-vendor @@ -1,9 +1,10 @@ #!/usr/bin/env bash -set -ev +set -e cd "${BASH_SOURCE%/*}/.." rm -rf build-vendor -COMPOSER_VENDOR_DIR=build-vendor composer update --prefer-stable --no-dev --no-progress --classmap-authoritative --no-interaction --verbose +COMPOSER_VENDOR_DIR=build-vendor composer update \ + --prefer-stable --no-dev --no-progress --classmap-authoritative --no-interaction --verbose