From beb8c705858635e688a279dd2d6d0b6b233b6a92 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Tue, 13 Oct 2015 10:17:29 -0400 Subject: [PATCH] cleanup --- bin/compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index babd780f..da624066 100755 --- a/bin/compile +++ b/bin/compile @@ -209,8 +209,8 @@ bpwatch stop post_compile # Store new artifacts in cache. bpwatch start dump_cache - rm -rf $CACHE_DIR/$dir - cp -R $dir $CACHE_DIR/ + rm -rf $CACHE_DIR/$CACHED_DIR + cp -R $CACHED_DIR $CACHE_DIR/ bpwatch stop dump_cache # ### Fin. -- GitLab