Commit d04d0f07 authored by Hunter Loftis's avatar Hunter Loftis

Merge pull request #121 from heroku/fixbower

unset GIT_DIR
parents 733af351 93919324
......@@ -8,9 +8,11 @@ set -o pipefail # don't ignore exit codes when piping output
build_dir=$1
cache_dir=$2
env_dir=$3
bp_dir=$(cd $(dirname $0); cd ..; pwd)
# Fix leak
unset GIT_DIR
# Load some convenience functions like status(), echo(), and indent()
source $bp_dir/bin/common.sh
......
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