From 5cda51c7a58d42c15c406e4afce91d503a39d636 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Mon, 2 Jun 2014 08:38:29 -0400
Subject: [PATCH] Removing PYTHONPATH from sub-env blacklist

This should fixe the mysterious collectstatic bug. (#143)
---
 bin/utils | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/utils b/bin/utils
index 742cd1cf..a57d54e7 100755
--- a/bin/utils
+++ b/bin/utils
@@ -76,7 +76,7 @@ deep-rm() {
 sub-env() {
 
   WHITELIST=${2:-''}
-  BLACKLIST=${3:-'^(GIT_DIR|PYTHONHOME|PYTHONPATH|LD_LIBRARY_PATH|LIBRARY_PATH|PATH)$'}
+  BLACKLIST=${3:-'^(GIT_DIR|PYTHONHOME|LD_LIBRARY_PATH|LIBRARY_PATH|PATH)$'}
 
   (
     if [ -d "$ENV_DIR" ]; then
-- 
GitLab