From 7d35690e4155e49e0b7820a613c698266eccc052 Mon Sep 17 00:00:00 2001 From: Jimmy Tang Date: Mon, 28 Feb 2011 02:42:22 -0800 Subject: ui-macos/clean: fix a GNUism in usage of the 'find' command. --- ui-macos/clean.do | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3