diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2013-05-12 18:42:59 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2013-05-12 18:42:59 +0000 |
commit | 43e09e1c4c6dca7fcd6228c98c5036bce1b35a0a (patch) | |
tree | 64c4467f1093a7aa2cd4a009a0537305bab9f64e | |
parent | 846f286f9414ebd67e82760fea2d370b68fa4ca8 (diff) |
Fix for mkluatexfontdb
git-svn-id: svn://tug.org/texlive/trunk@30421 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/bin/win32/runscript.tlu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/bin/win32/runscript.tlu b/Master/bin/win32/runscript.tlu index 6abcbdfc0f0..bdb092b9cab 100755 --- a/Master/bin/win32/runscript.tlu +++ b/Master/bin/win32/runscript.tlu @@ -541,6 +541,7 @@ elseif progname == 'fmtutil' and sysprog then ARGV = {[0]=BINDIR..'/fmtutil.exe', 'fmtutil', argline}
elseif progname == 'mkluatexfontdb' then
progname = 'luaotfload-tool'
+ table.insert(arg, '--alias=mkluatexfontdb')
elseif progname == 'psv' then
argline = '-sINPUT='..argline
ARGV = {[0]=TEXDIR..'/tlpkg/tlpsv/gswxlua.exe', 'gswxlua',
|