X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=distclean.sh;h=41ed1b6a7ab0d885c0db7ee2ed9d85b0eb428340;hb=HEAD;hp=40a2365e82825c54185252454d8e5d99561fe200;hpb=ef6bcac988633b9fdc5e404a7eeac8882f49344a;p=sbcl.git diff --git a/distclean.sh b/distclean.sh index 40a2365..41ed1b6 100644 --- a/distclean.sh +++ b/distclean.sh @@ -21,7 +21,7 @@ rm -rf customize-target-features.lisp # could use, perhaps referring to SourceForge anoncvs, what'd be the # point? I'd expect a comfortable majority of those who want to do # CVS operations would be inclined to start with "cvs co" anyway.) -find . \( -type d -a -name CVS \) -print0 | xargs -0 rm -r +find . \( -type d -a -name CVS \) -print | xargs rm -r # Fall through to ordinary cleanup. sh clean.sh