From: Arnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Date: Tue, 3 Jul 2018 09:20:51 +0000 (+0200)
Subject: Use matching quote.
X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/e02cc8b8304d4b290fb9735e01833ae5bdd20dad?ds=sidebyside;hp=53a788a711ff43849a434de08a1d052fe4212686

Use matching quote.
---

diff --git a/new_loba.sh b/new_loba.sh
index ba076fb..506d38a 100755
--- a/new_loba.sh
+++ b/new_loba.sh
@@ -153,5 +153,5 @@ Check for differences, update algorithm description in "options.cpp",
 write your code in "${cpp_file}", and do not forget to add new files
 in SCM repository, for example with:
         \$ git add options.cpp ${h_file} ${cpp_file}
-        \$ git commit -m 'Add algorithm ${name}."
+        \$ git commit -m 'Add algorithm ${name}.'
 EOF