diff --git a/bin/compile b/bin/compile index 20c3289882b7d1a05877e796c2f02f6a056143af..33aafce48a77b1968b107eb1e46fda1b572b86fa 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