Commit 404494b5 authored by David Dollar's avatar David Dollar

fix leaking GIT_DIR

parent cac5455e
......@@ -19,6 +19,9 @@ function indent() {
esac
}
# clean up leaking environment
unset GIT_DIR
# config
NODE_VERSION="0.4.7"
NPM_VERSION="1.0.94"
......
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