From ef4772b87a5127bd0bd09ac5f1ef6cbf435a9d74 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Fri, 25 May 2012 13:29:27 -0400
Subject: [PATCH] export CACHE_DIR

---
 bin/compile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/compile b/bin/compile
index 69d5c12f..db0d9bc5 100755
--- a/bin/compile
+++ b/bin/compile
@@ -65,8 +65,7 @@ unset PYTHON_HOME
 unset PYTHONPATH
 
 # We'll need to send these statics to other scripts we `source`.
-export PIP_DOWNLOAD_CACHE
-export BUILD_DIR
+export PIP_DOWNLOAD_CACHE BUILD_DIR CACHE_DIR
 
 # Syntax sugar.
 indent() {
-- 
GitLab