diff --git a/bin/compile b/bin/compile index 0ac6d0d..4553b44 100755 --- a/bin/compile +++ b/bin/compile @@ -7,6 +7,8 @@ # Fail fast and fail hard. set -eo pipefail +[ "$BUILDPACK_XTRACE" ] && set -o xtrace + # Prepend proper path for virtualenv hackery. This will be deprecated soon. export PATH=:/usr/local/bin:$PATH