From 0b46e1d8078531042a5be9e019624e5bf7bff339 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 1 Feb 2012 12:47:32 -0500 Subject: [PATCH] unset GIT_DIR --- bin/compile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/compile b/bin/compile index 79b970b..92e4ddf 100755 --- a/bin/compile +++ b/bin/compile @@ -16,6 +16,7 @@ PIP_DOWNLOAD_CACHE=${PIP_DOWNLOAD_CACHE:-$CACHE_DIR/pip_downloads} VIRTUALENV_DIRS="bin include lib" VENDORED_MEMCACHED="http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz" +unset GIT_DIR export PIP_DOWNLOAD_CACHE indent() {