--- /usr/bin/cleanlinks 2006-12-14 13:42:13.000000000 +0000 +++ cleanlinks 2007-09-17 02:27:18.000000000 +0100 @@ -23,5 +23,5 @@ echo Removing empty directories ... #find . -type d -depth -print | xargs rmdir > /dev/null 2>&1 -find . -type d -depth -empty -print -exec rmdir {} \; +find . -depth -type d -empty -print -exec rmdir {} \; exit 0