From 889e2eaa28c47f592bfdeb37c31aaeb1d8be23fc Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sat, 19 Oct 2019 17:40:45 +0200 Subject: [PATCH] Handle several "__git__" per line --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3