summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/cweave.w
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 /Build/source/texk/web2c/cwebdir/cweave.w
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
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/cweave.w')
-rw-r--r--Build/source/texk/web2c/cwebdir/cweave.w1
1 files changed, 1 insertions, 0 deletions
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 */
}