From 0efb0d92dc38127177fa5bc30eff95de82933144 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Tue, 5 Mar 2024 20:44:17 -0800 Subject: [PATCH] gnulib-tool.py: Fix gnulib-cache.m4 output. * pygnulib/GLImport.py (GLImport.gnulib_cache): Don't emit an extra '#' to start the actioncmd comment. --- ChangeLog | 6 ++++++ pygnulib/GLImport.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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. -- 2.39.5