From: Sergey Matveev Date: Mon, 22 Apr 2024 14:19:46 +0000 (+0300) Subject: Unify redirection operator usage X-Git-Tag: v5.14.1~4 X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=commitdiff_plain;h=2485ed374de30f575e0df70b704e413ea2d12fcd Unify redirection operator usage --- diff --git a/install.texi b/install.texi index 891ac9d..409e67e 100644 --- a/install.texi +++ b/install.texi @@ -24,7 +24,7 @@ like this: $ mkdir -p myproj/vendor/go.cypherpunks.ru/gogost $ mv gogost-@value{VERSION} myproj/vendor/go.cypherpunks.ru/gogost/v5 $ cd myproj -$ cat > main.go <main.go < VERSION +./version >VERSION go mod vendor -cat > download.texi <download.texi < $texi <$texi < $texi < $texi <$texi < $texi < $texi <$texi < "$tarball".meta4 + http://y.www.gogost.cypherpunks.ru/"$tarball" <"$tarball" >"$tarball".meta4 size=$(( $(stat -f %z $tarball) / 1024 )) release_date=$(date "+%Y-%m-%d") diff --git a/version b/version index 0775f20..5fa0ac9 100755 --- a/version +++ b/version @@ -1,3 +1,3 @@ #!/bin/sh -e -exec perl -ne 'print "$1\n" if /Version.*"(.*)"$/' < "$(realpath -- $(dirname "$0"))"/gogost.go +exec perl -ne 'print "$1\n" if /Version.*"(.*)"$/' <"$(realpath -- $(dirname "$0"))"/gogost.go