Commit beb8c705 authored by Kenneth Reitz's avatar Kenneth Reitz

cleanup

parent b46cc0c6
...@@ -209,8 +209,8 @@ bpwatch stop post_compile ...@@ -209,8 +209,8 @@ bpwatch stop post_compile
# Store new artifacts in cache. # Store new artifacts in cache.
bpwatch start dump_cache bpwatch start dump_cache
rm -rf $CACHE_DIR/$dir rm -rf $CACHE_DIR/$CACHED_DIR
cp -R $dir $CACHE_DIR/ cp -R $CACHED_DIR $CACHE_DIR/
bpwatch stop dump_cache bpwatch stop dump_cache
# ### Fin. # ### Fin.
......
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