From 196241981a6ed88727b9136d11383ff2789cf5f0 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sat, 19 Oct 2019 17:44:04 +0200 Subject: [PATCH] Removed spurious space --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 0643707..f5dbaf8 100755 --- a/release.sh +++ b/release.sh @@ -6,7 +6,7 @@ VERSION=`git describe --tags` doc/man2html.sh rsync -avd --exclude-from=tarball_ignore ./ monocypher-$VERSION -for file in `find monocypher-$VERSION -type f ` +for file in `find monocypher-$VERSION -type f` do sed -i "s/__git__/$VERSION/g" $file done -- 2.47.3