X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;fp=makedist.sh;h=4fa4796db0fc4e6381268816f10d1c2e08c1339d;hb=59ae65031d0011c769224ce294a7fc4c859bc111;hp=94f95c9b6487ce2c5c5352e35419086c330dabf5;hpb=0bf5a3b80f619dc371c8ea6d55fb587e729ef6b7;p=nncp.git diff --git a/makedist.sh b/makedist.sh index 94f95c9..4fa4796 100755 --- a/makedist.sh +++ b/makedist.sh @@ -104,9 +104,9 @@ perl -i -npe "s/GO test/GO test -mod=vendor/" test.do rm makedist.sh VERSION.do rm -r .git redo-cleanup full -find . -type d -exec chmod 755 {} \; -find . -type f -exec chmod 644 {} \; -find . -type f -name "*.sh" -exec chmod +x {} \; +find . -type d -exec chmod 755 {} + +find . -type f -exec chmod 644 {} + +find . -type f -name "*.sh" -exec chmod +x {} + chmod +x contrib/do cd ..