]> Savannah Git Hosting - gnulib.git/commitdiff
gnulib-tool.py: Fix output of --create-megatestdir.
authorBruno Haible <bruno@clisp.org>
Sat, 20 Apr 2024 19:55:45 +0000 (21:55 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 20 Apr 2024 19:55:45 +0000 (21:55 +0200)
* pygnulib/GLTestDir.py (GLMegaTestDir.execute): Remove stray backslash
from output.

ChangeLog
pygnulib/GLTestDir.py

index 1af68612446b1058fdacaa1fc5a9a94b25454b14..b555d7a503c4f43023bfd86317d3012fcff26c2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-04-20  Bruno Haible  <bruno@clisp.org>
+
+       gnulib-tool.py: Fix output of --create-megatestdir.
+       * pygnulib/GLTestDir.py (GLMegaTestDir.execute): Remove stray backslash
+       from output.
+
 2024-04-19  Bruno Haible  <bruno@clisp.org>
 
        wcsstr: Update doc.
index 38427e402ed15200ef01187364db3db0f70993c6..6f74453f29a3b3531bb9fbc900eb4ef8a99ef947 100644 (file)
@@ -973,7 +973,7 @@ class GLMegaTestDir:
         emit += 'for module in %s; do\n' % ' '.join(megasubdirs)
         emit += '  echo "Working on module $module..."\n'
         emit += '  safemodule=`echo $module | sed -e \'s|/|-|g\'`\n'
-        emit += '  (echo "To: gnulib@autobuild.josefsson.org"\\\n'
+        emit += '  (echo "To: gnulib@autobuild.josefsson.org"\n'
         emit += '   echo\n'
         emit += '   set -x\n'
         emit += '   : autobuild project... $module\n'