From 404494b5321d90fab964b4f8f15de77885b88151 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 10 Jan 2012 09:15:16 -0800 Subject: [PATCH] fix leaking GIT_DIR --- bin/compile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/compile b/bin/compile index b6c14e615..64b90e8fd 100755 --- a/bin/compile +++ b/bin/compile @@ -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"