]> Cypherpunks.ru repositories - gogost.git/blobdiff - makedist
Unify redirection operator usage
[gogost.git] / makedist
index 48bb6e8167627b252d81a77645f59e615b37b1e4..36f671bc5684fa4eaf649e228261954959b29f8f 100755 (executable)
--- a/makedist
+++ b/makedist
@@ -9,10 +9,10 @@ release=$1
 git clone . $tmp/gogost-$release
 cd $tmp/gogost-$release
 git checkout v$release
-./version > VERSION
+./version >VERSION
 go mod vendor
 
-cat > download.texi <<EOF
+cat >download.texi <<EOF
 You can obtain releases source code prepared tarballs on
 @url{http://www.gogost.cypherpunks.ru/}.
 EOF
@@ -24,7 +24,7 @@ mkinfo() {
 }
 
 texi=$(mktemp)
-cat > $texi <<EOF
+cat >$texi <<EOF
 \input texinfo
 @documentencoding UTF-8
 @settitle INSTALL
@@ -33,7 +33,7 @@ cat > $texi <<EOF
 EOF
 mkinfo --output INSTALL $texi
 
-cat > $texi <<EOF
+cat >$texi <<EOF
 \input texinfo
 @documentencoding UTF-8
 @settitle NEWS
@@ -42,7 +42,7 @@ cat > $texi <<EOF
 EOF
 mkinfo --output NEWS $texi
 
-cat > $texi <<EOF
+cat >$texi <<EOF
 \input texinfo
 @documentencoding UTF-8
 @settitle FAQ
@@ -70,7 +70,7 @@ gpg --armor --detach-sign --sign --local-user 82343436696FC85A $tarball
 meta4-create -fn "$tarball" -mtime "$tarball" \
     -sig-pgp "$tarball".asc -sig-ssh "$tarball".sig \
     http://www.gogost.cypherpunks.ru/"$tarball" \
-    http://y.www.gogost.cypherpunks.ru/"$tarball" < "$tarball" > "$tarball".meta4
+    http://y.www.gogost.cypherpunks.ru/"$tarball" <"$tarball" >"$tarball".meta4
 
 size=$(( $(stat -f %z $tarball) / 1024 ))
 release_date=$(date "+%Y-%m-%d")