From: Collin Funk Date: Wed, 6 Mar 2024 04:44:17 +0000 (-0800) Subject: gnulib-tool.py: Fix gnulib-cache.m4 output. X-Git-Tag: v1.0~326 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=0efb0d92dc38127177fa5bc30eff95de82933144;p=gnulib.git gnulib-tool.py: Fix gnulib-cache.m4 output. * pygnulib/GLImport.py (GLImport.gnulib_cache): Don't emit an extra '#' to start the actioncmd comment. --- diff --git a/ChangeLog b/ChangeLog index aeb43ec74d..a73ab29e9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-03-06 Collin Funk + + 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 gnulib-tool.py: Tweak comment. diff --git a/pygnulib/GLImport.py b/pygnulib/GLImport.py index ab10d96509..a3623a9da1 100644 --- a/pygnulib/GLImport.py +++ b/pygnulib/GLImport.py @@ -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.