summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-05-29 11:11:07 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-05-29 11:11:07 (EDT)
commit3913b633b8f5416bde76ab731b3a38671eaeffc8 (patch)
tree5e16a29dc382b90066aeab3dac6ebdd66de3c918
parentf14b3b12831ef1285427ee8ce30d52db057cfdca (diff)
build: Fix find's -exec option.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index d76921d..0200511 100755
--- a/build
+++ b/build
@@ -9,6 +9,6 @@ install:
find dest/usr/include \
\( -name .install -o -name ..install.cmd \
-o -name .check -o -name ..check.cmd \) \
- -a exec rm -f '{}' ';'
+ -a -exec rm -f '{}' ';'
oh-installfiles
oh-fixperms