ui-macos/clean: fix a GNUism in usage of the 'find' command.

This commit is contained in:
Jimmy Tang 2011-02-28 02:42:22 -08:00 committed by Avery Pennarun
parent 141d9760b9
commit 7d35690e41

View File

@ -1,4 +1,4 @@
exec >&2 exec >&2
find -name '*~' | xargs rm -f find . -name '*~' | xargs rm -f
rm -rf *.app *.zip *.tar.gz rm -rf *.app *.zip *.tar.gz
rm -f bits/runpython *.nib sources.list rm -f bits/runpython *.nib sources.list