From f5f4f3944646e384bd47e3b2d06500de614ef789 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Tue, 5 Mar 2024 20:44:17 -0800 Subject: [PATCH 2/2] 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 11af768bea..cfba30ce3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-03-05 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-05 Collin Funk gnulib-tool.py: Follow gnulib-tool changes, part 42. 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.44.0