Don't rely on GNU find behaviour in clean.do.

This commit is contained in:
junkblocker 2010-12-17 11:40:42 -08:00 committed by Avery Pennarun
commit bab7b40a49

View file

@ -7,4 +7,4 @@ fi
redo t/clean Documentation/clean
rm -f *~ .*~ */*~ */.*~ *.pyc install.wrapper
rm -rf t/.redo
find -name '*.tmp' -exec rm -fv {} \;
find . -name '*.tmp' -exec rm -fv {} \;