* gnulib-tool.sh (func_exists_local_module): Remove redundant semicolon.
+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.
# 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