diff options
author | Karl Berry <karl@freefriends.org> | 2015-04-12 22:11:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-04-12 22:11:14 +0000 |
commit | adb39248fb7810a59e63f1d55bfdfa837ddd8680 (patch) | |
tree | 84f1db454ef9303dcb1b5d3d22c226a810d81140 /Master/bin/win32/runscript.tlu | |
parent | 9273150001b9b38367dc65b430d14e06fe829de4 (diff) |
no fmtutil.exe
git-svn-id: svn://tug.org/texlive/trunk@36813 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32/runscript.tlu')
-rwxr-xr-x | Master/bin/win32/runscript.tlu | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Master/bin/win32/runscript.tlu b/Master/bin/win32/runscript.tlu index a6c9592f345..ed9e3ae930a 100755 --- a/Master/bin/win32/runscript.tlu +++ b/Master/bin/win32/runscript.tlu @@ -601,8 +601,6 @@ elseif progname == 'dviout' then [[\tlpkg\dviout\gen_pk'" "-TEXROOT=']] ..
table.concat(texrt, ';') .. [['" "-gsx=']] .. GSEXE .. [['"]];
ARGV = {[0]=TEXDIR..'/tlpkg/dviout/dviout.exe', 'dviout', par}
-elseif progname == 'fmtutil' and sysprog then
- ARGV = {[0]=BINDIR..'/fmtutil.exe', 'fmtutil'}
elseif progname == 'mkluatexfontdb' then
progname = 'luaotfload-tool'
table.insert(arg, '--alias=mkluatexfontdb')
|