X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Fbin%2Fbuild-vendor;h=f0057d522b54855bac750e3484600cece07518fc;hb=bfbba508964731508b9bd6d5835c2edc858db95b;hp=c4a65301a4525a8410da234d445525380c338a71;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website 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