]> Cypherpunks.ru repositories - goredo.git/blobdiff - makedist.sh
find -exec optimization
[goredo.git] / makedist.sh
index 85d815389b370676f3646eaa5dc3a9688a0869ea..8fcafa7788c5225307b1662b86db4112c3a601f9 100755 (executable)
@@ -77,10 +77,10 @@ cd ..
 ########################################################################
 
 rm -rf *.texi .redo .git .gitignore doc makedist.sh VERSION.do
-find . -type d -exec chmod 755 {} \;
-find . -type f -exec chmod 644 {} \;
-find t/redo-sh.tests -name test -exec chmod +x {} \+
-find t -name wrapper.rc -exec chmod +x {} \+
+find . -type d -exec chmod 755 {} +
+find . -type f -exec chmod 644 {} +
+find t/redo-sh.tests -name test -exec chmod +x {} +
+find t -name wrapper.rc -exec chmod +x {} +
 chmod +x t/apenwarr/sleep t/goredo-*.t
 
 cd ..