]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
gnulib-tool.sh: Trivial simplification.
authorBruno Haible <bruno@clisp.org>
Mon, 20 Oct 2025 02:08:11 +0000 (04:08 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 20 Oct 2025 02:08:11 +0000 (04:08 +0200)
* gnulib-tool.sh (func_exists_local_module): Remove redundant semicolon.

ChangeLog
gnulib-tool.sh

index ebb923c842feed1d6528249aa202003d842edc99..99e2df6f2ab0f10e94c88fc7ba1f8beaabb0d3f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-10-20  Bruno Haible  <bruno@clisp.org>
+
+       gnulib-tool.sh: Trivial simplification.
+       * gnulib-tool.sh (func_exists_local_module): Remove redundant semicolon.
+
 2025-10-17  Collin Funk  <collin.funk1@gmail.com>
 
        savedir tests: Check the length of the file names.
index 9ff9655854b88c3a9ca54ede68da603b013d7998..12fb0ff82853b91168e1458ed4acdd480c9e92e4 100755 (executable)
@@ -1886,7 +1886,7 @@ func_all_modules ()
 # returns true if module exists in dir
 func_exists_local_module ()
 {
-    test -d "$1/modules" && test -f "$1/modules/$2";
+  test -d "$1/modules" && test -f "$1/modules/$2"
 }
 
 # func_exists_module module