summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ctangleboot.cin
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2020-02-01 18:48:48 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2020-02-01 18:48:48 +0000
commit22cb4622b403ec9e42484b7af858243a417e2d12 (patch)
tree78574bacc0c6deaf9958b8970824ef6cc4126e32 /Build/source/texk/web2c/ctangleboot.cin
parentf9a86d91264d68326b089b4e08e421ee03663185 (diff)
[CWEB] Fix verbosity bug in (upstream) ctangle.
git-svn-id: svn://tug.org/texlive/trunk@53621 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ctangleboot.cin')
-rw-r--r--Build/source/texk/web2c/ctangleboot.cin2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ctangleboot.cin b/Build/source/texk/web2c/ctangleboot.cin
index 21b3cf5c6cb..e6c504fe49d 100644
--- a/Build/source/texk/web2c/ctangleboot.cin
+++ b/Build/source/texk/web2c/ctangleboot.cin
@@ -814,7 +814,7 @@ sprint_section_name(output_file_name,*an_output_file);
if((C_file= fopen(check_file_name,"wb"))==NULL)
fatal(_("! Cannot open output file "),check_file_name);
-printf("\n(%s)",output_file_name);update_terminal;
+if(show_progress){printf("\n(%s)",output_file_name);update_terminal;}
cur_line= 1;
stack_ptr= stack+1;
cur_name= (*an_output_file);