From bfd6ea22cab8d603f835e742b4d6f0fda6fce842 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Wed, 30 May 2012 17:31:03 -0400
Subject: [PATCH] PYTHONHOME

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

diff --git a/bin/compile b/bin/compile
index 08b903d8..994b53bc 100755
--- a/bin/compile
+++ b/bin/compile
@@ -61,7 +61,7 @@ PYTHON_EXE="python2.7"
 
 # Sanitizing environment variables.
 unset GIT_DIR
-unset PYTHON_HOME
+unset PYTHONHOME
 unset PYTHONPATH
 
 # We'll need to send these statics to other scripts we `source`.
-- 
GitLab