summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-17 21:35:25 +0000
committerKarl Berry <karl@freefriends.org>2020-04-17 21:35:25 +0000
commit77b8133a6dc28b8dc69f10c5d2f32fb1c45956f4 (patch)
treee2c379d048e27aa81cead61e001706c6c8115c15 /Master/tlpkg/libexec/ctan2tds
parent5ccd2c08ab341c51d0fffa59b25317003f97f08b (diff)
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@54778 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index afaa5eecdfc..8851204aed0 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -2847,7 +2847,8 @@ my $core_latex = "$Master/texmf-dist/tex/latex";
);
$standardinsrunner = "latex";
$standardinsrunner_opt = "-interaction=nonstopmode";
-#
+%specialinsrunner_opt = (); # not yet
+
# We separate the (non)interaction option from the command name
# because we don't ever want interaction, regardless of the command.
#
@@ -4319,7 +4320,7 @@ sub runjob {
# it's too verbose to print the full mf run of every font.
# but if mktextfm failed, show it.
print `cat $Jobid.log` if $status != 0;
- $#status = 0; # do not worry if the bitmap failed, e.g., grtt10.mf.
+ $status = 0; # do not worry if the bitmap failed, e.g., grtt10.mf.
} else {
print `cat $Jobid.log`;
}