Skip to content

Commit

Permalink
fix leaking GIT_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jan 10, 2012
1 parent cac5455 commit 404494b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/compile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ function indent() {
esac esac
} }


# clean up leaking environment
unset GIT_DIR

# config # config
NODE_VERSION="0.4.7" NODE_VERSION="0.4.7"
NPM_VERSION="1.0.94" NPM_VERSION="1.0.94"
Expand Down

0 comments on commit 404494b

Please sign in to comment.