From: Bruno Haible Date: Mon, 20 Oct 2025 02:08:11 +0000 (+0200) Subject: gnulib-tool.sh: Trivial simplification. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c99ec373c1ecd531b0ffedfdfce7979db63a0e8;p=thirdparty%2Fgnulib.git gnulib-tool.sh: Trivial simplification. * gnulib-tool.sh (func_exists_local_module): Remove redundant semicolon. --- diff --git a/ChangeLog b/ChangeLog index ebb923c842..99e2df6f2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2025-10-20 Bruno Haible + + gnulib-tool.sh: Trivial simplification. + * gnulib-tool.sh (func_exists_local_module): Remove redundant semicolon. + 2025-10-17 Collin Funk savedir tests: Check the length of the file names. diff --git a/gnulib-tool.sh b/gnulib-tool.sh index 9ff9655854..12fb0ff828 100755 --- a/gnulib-tool.sh +++ b/gnulib-tool.sh @@ -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