From cca12fbbaa7a4794086f4bc4cc21450552d0f2ef Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 10 Dec 2015 20:51:32 +0000 Subject: fix runscript.tlu adding fmtutil/updmap to the arguments git-svn-id: svn://tug.org/texlive/trunk@39066 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/win32/runscript.tlu | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Master/bin/win32/runscript.tlu b/Master/bin/win32/runscript.tlu index 198884fab6f..6905c675f92 100755 --- a/Master/bin/win32/runscript.tlu +++ b/Master/bin/win32/runscript.tlu @@ -251,6 +251,8 @@ local docstr = [[ - handle fmtutil-sys via fmtutil --sys 2015/09/10 - more slash flipping for the sake of vbscript and unc paths + 2015/12/11 + - fix spurious arguments for updmap and fmtutil ]] -- HELPER SUBROUTINES -- @@ -576,11 +578,11 @@ elseif progname == 'a2ping' then table.insert(extension_map['.pl'], '-x') elseif progname == 'updmap' then if sysprog then - argline = progname .. ' --sys ' .. argline + argline = ' --sys ' .. argline end elseif progname == 'fmtutil' then if sysprog then - argline = progname .. ' --sys ' .. argline + argline = ' --sys ' .. argline end elseif progname == 'asy' then os.setenv('ASYMPTOTE_GS', GSEXE) -- cgit v1.2.3