* pygnulib/GLTestDir.py (GLMegaTestDir.execute): Remove stray backslash
from output.
+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.
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'