]> Savannah Git Hosting - gnulib.git/commitdiff
gnulib-tool.py: Fix gnulib-cache.m4 output.
authorCollin Funk <collin.funk1@gmail.com>
Wed, 6 Mar 2024 04:44:17 +0000 (20:44 -0800)
committerBruno Haible <bruno@clisp.org>
Wed, 6 Mar 2024 10:47:51 +0000 (11:47 +0100)
* pygnulib/GLImport.py (GLImport.gnulib_cache): Don't emit an extra '#'
to start the actioncmd comment.

ChangeLog
pygnulib/GLImport.py

index aeb43ec74d96f6cf61bcfe61cf8dfc03b488f57a..a73ab29e9dc234da668f6fc55df388c25be1fa2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-03-06  Collin Funk  <collin.funk1@gmail.com>
+
+       gnulib-tool.py: Fix gnulib-cache.m4 output.
+       * pygnulib/GLImport.py (GLImport.gnulib_cache): Don't emit an extra '#'
+       to start the actioncmd comment.
+
 2024-03-06  Bruno Haible  <bruno@clisp.org>
 
        gnulib-tool.py: Tweak comment.
index ab10d965096c2bc9701916a7b88e6c9cd9e374e7..a3623a9da10b10f6d305b34cccf069c5650d9bb3 100644 (file)
@@ -509,7 +509,7 @@ class GLImport(object):
 
 
 # Specification in the form of a command-line invocation:
-#   %s
+%s
 
 # Specification in the form of a few gnulib-tool.m4 macro invocations:\n''' % actioncmd
         # Store the localpath relative to destdir.