chiark / gitweb /
Actually do preclean
[nailing-cargo.git] / nailing-cargo
index 74516b23ca2d1cfa681923fb38782d0efd3fc722..9a636e10863b0c7b7e8888331931998c69955b26 100755 (executable)
@@ -640,7 +640,7 @@ END_BOTH
     if ($oot_preclean ne 'no') {
       $pre.= "find . -maxdepth 1 ! -path .";
       $pre.= " ! -path ./target" if $oot_preclean ne 'full';
-      $pre.= " -print0 | xargs -0r echo rm -r --;"
+      $pre.= " -print0 | xargs -0r rm -r --;"
     }
     if ($linkfarm_depth eq 'shallow') {
       $pre.= <<'END_SHALLOW';