]> git.codecow.com Git - Monocypher.git/commitdiff
Handle several "__git__" per line
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 19 Oct 2019 15:40:45 +0000 (17:40 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 19 Oct 2019 15:40:45 +0000 (17:40 +0200)
release.sh

index bbaa1455662cc28df2001d2d88da9d67c4253324..0643707a212b036f4731def3a96f62e5c93fc05f 100755 (executable)
@@ -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