Commit daa85630 authored by Kenneth Reitz's avatar Kenneth Reitz

bash foo weak

parent 9914e50d
......@@ -41,7 +41,7 @@ CACHE_DIR=$2
NAME=$($BIN_DIR/detect $BUILD_DIR)
# Where to store the Pip download cache.
CACHED_DIRS = '.heroku'
CACHED_DIRS='.heroku'
PIP_DOWNLOAD_CACHE=${PIP_DOWNLOAD_CACHE:-$CACHE_DIR/pip_downloads}
# Static configurations for virtualenv caches.
......@@ -110,7 +110,7 @@ VIRTUALENV_LOC=$MODERN_VIRTUALENV_LOC
if [-f $CACHE_DIR/$LEGACY_VIRTUALENV_TRIGGER]; do
LEGACY_VIRTUALENV=true
VIRTUALENV_LOC=$LEGACY_VIRTUALENV_LOC
CACHED_DIRS = $LEGACY_VIRTUALENV_DIRS
CACHED_DIRS=$LEGACY_VIRTUALENV_DIRS
# Warn for a checked-in virtualenv.
if [ -d "lib" ] || [ -d "bin" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment