diff options
Diffstat (limited to 'Master/bin/x86_64-linux/fmtutil')
-rwxr-xr-x | Master/bin/x86_64-linux/fmtutil | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/bin/x86_64-linux/fmtutil b/Master/bin/x86_64-linux/fmtutil index e3cdde40f6b..f86a06003de 100755 --- a/Master/bin/x86_64-linux/fmtutil +++ b/Master/bin/x86_64-linux/fmtutil @@ -611,9 +611,9 @@ parse_line() inifile=`echo $lastarg | sed 's%^\*%%'` case "$engine" in - mpost) fmtfile="$format.mem"; kpsefmt=mpost; texengine=metapost;; + mpost) fmtfile="$format.mem"; kpsefmt=mp; texengine=metapost;; mf|mfw|mf-nowin) fmtfile="$format.base"; kpsefmt=mf; texengine=metafont;; - *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;; + *) fmtfile="$format.fmt"; kpsefmt=tex; texengine=$engine;; esac # See if we can find $inifile for return code: @@ -673,9 +673,9 @@ run_initex() jobswitch="-jobname=$format" case "$format" in - metafun) prgswitch=-progname=mpost;; + metafun) prgswitch=-progname=mpost;; mptopdf|cont-??) prgswitch=-progname=context;; - *) prgswitch=-progname=$format;; + *) prgswitch=-progname=$format;; esac rm -f $fmtfile |