From: Andreas Schwab Date: Mon, 14 Oct 2002 09:57:20 +0000 (+0000) Subject: Fix syntax for find. X-Git-Tag: ttn-vms-21-2-B4~12836 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9826efb5f17b98864eff1d292f8f8d96175311fc;p=emacs.git Fix syntax for find. --- diff --git a/mac/make-package b/mac/make-package index 747b8680b98..b8c8f36ca87 100755 --- a/mac/make-package +++ b/mac/make-package @@ -220,7 +220,7 @@ if test "$with_app" == "yes"; then ## Copy Emacs application cp -r Emacs.app ${tempparentfull}/Applications ## Delete any CVS files - find ${tempparentfull}/Applications -name "CVS" -execdir rm -r {} \; + find ${tempparentfull}/Applications -name "CVS" -type d -exec rm -r {} \; fi echo "Creating Package Info file"