Commit 93919324 authored by Hunter Loftis's avatar Hunter Loftis

unset GIT_DIR

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