summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Tang <jcftang@gmail.com>2011-02-28 02:42:22 -0800
committerAvery Pennarun <apenwarr@gmail.com>2011-02-28 02:43:00 -0800
commit7d35690e4155e49e0b7820a613c698266eccc052 (patch)
tree1592f7536459254b82b31f4da4d101312f60c1bd
parent141d9760b98c574dd05b9a1e047089034848ec91 (diff)
ui-macos/clean: fix a GNUism in usage of the 'find' command.
-rw-r--r--ui-macos/clean.do2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-macos/clean.do b/ui-macos/clean.do
index 44b7229..19dd980 100644
--- a/ui-macos/clean.do
+++ b/ui-macos/clean.do
@@ -1,4 +1,4 @@
exec >&2
-find -name '*~' | xargs rm -f
+find . -name '*~' | xargs rm -f
rm -rf *.app *.zip *.tar.gz
rm -f bits/runpython *.nib sources.list