From: Loup Vaillant Date: Sat, 19 Oct 2019 15:44:04 +0000 (+0200) Subject: Removed spurious space X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=196241981a6ed88727b9136d11383ff2789cf5f0;p=Monocypher.git Removed spurious space --- 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