]> Savannah Git Hosting - gnulib.git/commitdiff
gnulib-tool: Fix comment.
authorBruno Haible <bruno@clisp.org>
Tue, 12 Nov 2024 19:22:38 +0000 (20:22 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 12 Nov 2024 19:22:38 +0000 (20:22 +0100)
Reported by Gavin Smith <gavinsmith0123@gmail.com> in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-11/msg00101.html>.

* gnulib-tool: Fix comment.

ChangeLog
gnulib-tool

index 3f283978c3d5fbe0c3b59d9a39f885f261cf5371..c4a9230a955cbadb6b281f08e90af0fea57b3218 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
index 5cfc5bbb52ea165f85da9b3f74561d507b0b92c6..586464c1479a885d36c868b910e0c1e90a124b26 100755 (executable)
@@ -24,7 +24,9 @@
 # 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.