Commit dca82465 by Richard Kenner

Quote braces on `find' looking for DONE files.

From-SVN: r5749
parent ca7f5001
......@@ -1218,6 +1218,6 @@ fi
echo 'Cleaning up DONE files.'
cd $LIB
find . -name DONE -exec rm -f {} ';'
find . -name DONE -exec rm -f '{}' ';'
exit 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment