Reported by Gavin Smith <gavinsmith0123@gmail.com> in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-11/msg00101.html>.
* gnulib-tool: Fix comment.
+2024-11-12 Bruno Haible <bruno@clisp.org>
+
+ gnulib-tool: Fix comment.
+ Reported by Gavin Smith <gavinsmith0123@gmail.com> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2024-11/msg00101.html>.
+ * gnulib-tool: Fix comment.
+
2024-11-12 Paul Eggert <eggert@cs.ucla.edu>
bootstrap: tune Octave bootstrap --gnulib-refdir
# The environment variable GNULIB_TOOL_IMPL can have four possible values:
# - GNULIB_TOOL_IMPL=sh chooses the shell implementation.
# - GNULIB_TOOL_IMPL=py chooses the Python implementation.
-# - GNULIB_TOOL_IMPL= chooses the default (currently sh).
+# - GNULIB_TOOL_IMPL= chooses the default (the Python implementation
+# if a suitable Python version is found, the shell
+# implementation otherwise).
# - GNULIB_TOOL_IMPL=sh+py runs both implementations and compares the
# results.