From 44b2ef0c4ee82b87f4d89941ae6866a00d013b5b Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Tue, 13 Oct 2015 09:47:28 -0400
Subject: [PATCH] an attempt at fixing caching

---
 bin/compile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/compile b/bin/compile
index 20c32898..33aafce4 100755
--- a/bin/compile
+++ b/bin/compile
@@ -214,7 +214,7 @@ bpwatch start dump_cache
   mkdir -p $CACHE_DIR/$CACHED_DIR
   for dir in $CACHED_DIRS; do
     rm -rf $CACHE_DIR/$dir
-    cp -R $dir $CACHE_DIR/
+    cp -R $dir $CACHE_DIR/ 2>/dev/null
   done
 bpwatch stop dump_cache
 
-- 
GitLab