Commit 65ae4c12 authored by Hunter Loftis's avatar Hunter Loftis

Merge pull request #127 from hunterloftis/fixbower-status

Fixbower status
parents d04d0f07 4937e8de
......@@ -10,12 +10,13 @@ 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
# Fix leak
status "Resetting git environment"
unset GIT_DIR
# Output npm debug info on error
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