From: Loup Vaillant Date: Sat, 19 Oct 2019 15:40:45 +0000 (+0200) Subject: Handle several "__git__" per line X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=889e2eaa28c47f592bfdeb37c31aaeb1d8be23fc;p=Monocypher.git Handle several "__git__" per line --- diff --git a/release.sh b/release.sh index bbaa145..0643707 100755 --- a/release.sh +++ b/release.sh @@ -8,7 +8,7 @@ doc/man2html.sh rsync -avd --exclude-from=tarball_ignore ./ monocypher-$VERSION for file in `find monocypher-$VERSION -type f ` do - sed -i "s/__git__/$VERSION/" $file + sed -i "s/__git__/$VERSION/g" $file done tar -czf monocypher-$VERSION.tar.gz monocypher-$VERSION rm -rf monocypher-$VERSION