Commit 4937e8de authored by Hunter Loftis's avatar Hunter Loftis

status needs to go after source

parent 30a20bc1
...@@ -10,13 +10,13 @@ cache_dir=$2 ...@@ -10,13 +10,13 @@ cache_dir=$2
env_dir=$3 env_dir=$3
bp_dir=$(cd $(dirname $0); cd ..; pwd) bp_dir=$(cd $(dirname $0); cd ..; pwd)
# Load some convenience functions like status(), echo(), and indent()
source $bp_dir/bin/common.sh
# Fix leak # Fix leak
status "Resetting git environment" status "Resetting git environment"
unset GIT_DIR unset GIT_DIR
# Load some convenience functions like status(), echo(), and indent()
source $bp_dir/bin/common.sh
# Output npm debug info on error # Output npm debug info on error
trap cat_npm_debug_log ERR trap cat_npm_debug_log ERR
......
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