summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2021-02-24 09:02:48 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2021-02-24 09:02:48 +0000
commitd243dab568921752f06781c86981d1d585274c37 (patch)
tree65be438e20f13c7be0b7ff8c34b06a35908c135d
parentcfdb037bd9a402fff74ec0f99ddcb1717d111195 (diff)
[CWEB] Fix ouput format when 'tracing @2' (and '-p').
git-svn-id: svn://tug.org/texlive/trunk@57869 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/cwebdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/cwebdir/cweave.w1
2 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog
index 0c73b1becdf..9fd5e609075 100644
--- a/Build/source/texk/web2c/cwebdir/ChangeLog
+++ b/Build/source/texk/web2c/cwebdir/ChangeLog
@@ -1,3 +1,7 @@
+2021-02-24 Andreas Scherer <https://ascherer.github.io>
+
+ * cweave.w: Fix output format when 'tracing @2'.
+
2021-02-23 Andreas Scherer <https://ascherer.github.io>
* cwebman.tex,
diff --git a/Build/source/texk/web2c/cwebdir/cweave.w b/Build/source/texk/web2c/cwebdir/cweave.w
index 1a74e7e9fff..36180a5321f 100644
--- a/Build/source/texk/web2c/cwebdir/cweave.w
+++ b/Build/source/texk/web2c/cwebdir/cweave.w
@@ -99,6 +99,7 @@ char **av@t\2\2@>) /* argument values */
phase_one(); /* read all the user's text and store the cross-references */
phase_two(); /* read all the text again and translate it to \TEX/ form */
phase_three(); /* output the cross-reference index */
+ if (tracing==2 && !show_progress) new_line;
return wrap_up(); /* and exit gracefully */
}