summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
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`;
}