]> Cypherpunks.ru repositories - gocheese.git/blobdiff - makedist.sh
Trivial shell optimizations
[gocheese.git] / makedist.sh
index 881d63438167233e693be7fd3bb4bcbaf8e33418..6eb38a71863ea0d32a8db36074e5d2fe957157d2 100755 (executable)
@@ -43,8 +43,8 @@ perl -i -npe "s/go} build/go} build -mod=vendor/" gocheese.do
 perl -i -npe "s/go} test/go} test -mod=vendor/" test.do
 cp ~/work/redo/minimal/do contrib/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/pyshop2packages.sh contrib/do
 
 cd ..