From 6bc94eaf6e8175c16a14eeeb0ed638f264c4002c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Fri, 24 Jun 2016 15:46:27 -0400 Subject: [PATCH] dont unset library path --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index c6045f63..d4ca906a 100755 --- a/bin/compile +++ b/bin/compile @@ -59,7 +59,7 @@ echo ' ----- before sanitization' env # Sanitizing environment variables. -unset GIT_DIR PYTHONHOME PYTHONPATH LD_LIBRARY_PATH LIBRARY_PATH +unset GIT_DIR PYTHONHOME PYTHONPATH unset RECEIVE_DATA RUN_KEY BUILD_INFO DEPLOY LOG_TOKEN DYNO unset CYTOKINE_LOG_FILE GEM_PATH -- GitLab