Skip to content
Snippets Groups Projects
Commit daa85630 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

bash foo weak

parent 9914e50d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment