summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/alephdir/com16bit.ch
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-08-10 06:21:16 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-08-10 06:21:16 +0000
commit513d1de61e8e1d88f7a3912985ccff31e59a6f71 (patch)
tree60ee2a798544731986e7da8ad0b73a6cdbe608a4 /Build/source/texk/web2c/alephdir/com16bit.ch
parent1894213dbd25d6b962c2769ffa05a2d203fc5ce4 (diff)
Sync with tex.ch for texmf_yesno('log_openout').
git-svn-id: svn://tug.org/texlive/trunk@51854 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/alephdir/com16bit.ch')
-rw-r--r--Build/source/texk/web2c/alephdir/com16bit.ch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/alephdir/com16bit.ch b/Build/source/texk/web2c/alephdir/com16bit.ch
index dfcd570dd9e..76f9f5261da 100644
--- a/Build/source/texk/web2c/alephdir/com16bit.ch
+++ b/Build/source/texk/web2c/alephdir/com16bit.ch
@@ -2705,7 +2705,7 @@ var j:small_number; {write stream number}
prompt_file_name("output file name",".tex");
write_open[j]:=true;
{If on first line of input, log file is not ready yet, so don't log.}
- if log_opened then begin
+ if log_opened and texmf_yesno('log_openout') then begin
old_setting:=selector;
if (tracing_online<=0) then
selector:=log_only {Show what we're doing in the log file.}