Commit 34f4dc43 authored by Kenneth Reitz's avatar Kenneth Reitz

Merge pull request #226 from msabramo/xtrace

Set xtrace if $BUILDPACK_XTRACE set
parents 00243365 77ddd7c8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment