From 7c7d2bc959ba8809c156fc2a860b80bb00f70507 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Sat, 24 Mar 2012 00:07:06 -0400 Subject: [PATCH] copy back CACHED_DIRS --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 8885c080..95ea01de 100755 --- a/bin/compile +++ b/bin/compile @@ -195,7 +195,7 @@ set -e # # Store new artifacts in cache. -for dir in $VIRTUALENV_DIRS; do +for dir in $CACHED_DIRS; do rm -rf $CACHE_DIR/$dir cp -R $dir $CACHE_DIR/ done -- GitLab