X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=blobdiff_plain;f=makedist.sh;h=9a97332459295d7bb6a281ac315c383349aa83b4;hp=ef291b3490d1ea485802f05699bdb65110b4baa7;hb=ab2e6d6fdd2838321e48160275c224c1b4596091;hpb=0b3f4b0f6252329a8f9e98ee70d93d03e4249f2f diff --git a/makedist.sh b/makedist.sh index ef291b3..9a97332 100755 --- a/makedist.sh +++ b/makedist.sh @@ -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 ..