]> Cypherpunks.ru repositories - gogost.git/blobdiff - makedist.sh
find -exec optimization
[gogost.git] / makedist.sh
index ef291b3490d1ea485802f05699bdb65110b4baa7..9a97332459295d7bb6a281ac315c383349aa83b4 100755 (executable)
@@ -70,8 +70,8 @@ rm -f \
 perl -i -npe "s/build/build -mod=vendor/" default.do
 perl -i -npe "s/test/test -mod=vendor/" bench.do
 
-find . -type d -exec chmod 755 {} \;
-find . -type f -exec chmod 644 {} \;
+find . -type d -exec chmod 755 {} +
+find . -type f -exec chmod 644 {} +
 chmod +x contrib/do
 
 cd ..