]> git.codecow.com Git - Monocypher.git/commitdiff
Removed spurious space
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 19 Oct 2019 15:44:04 +0000 (17:44 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 19 Oct 2019 15:44:04 +0000 (17:44 +0200)
release.sh

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