From e02cc8b8304d4b290fb9735e01833ae5bdd20dad Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 3 Jul 2018 11:20:51 +0200 Subject: [PATCH 1/1] Use matching quote. --- new_loba.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5