diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2012-08-04 23:51:44 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2012-08-04 23:51:44 +0000 |
commit | a3d9a07c70ec9defcd1b93d047bdd9706e73e8ab (patch) | |
tree | 2eab149921d025ef20f77c4840273d210f3a61fa /Master/bin/win32 | |
parent | 6cf3fc9dbde411a686df20d4954b49bffb6d7b00 (diff) |
use w32 wrapper for fmtutil-sys
git-svn-id: svn://tug.org/texlive/trunk@27310 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32')
-rwxr-xr-x | Master/bin/win32/fmtutil-sys.exe | bin | 19968 -> 1536 bytes | |||
-rwxr-xr-x | Master/bin/win32/runscript.tlu | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Master/bin/win32/fmtutil-sys.exe b/Master/bin/win32/fmtutil-sys.exe Binary files differindex aa251f70136..5777d90a17a 100755 --- a/Master/bin/win32/fmtutil-sys.exe +++ b/Master/bin/win32/fmtutil-sys.exe diff --git a/Master/bin/win32/runscript.tlu b/Master/bin/win32/runscript.tlu index 3679e8f94d8..61d6956028b 100755 --- a/Master/bin/win32/runscript.tlu +++ b/Master/bin/win32/runscript.tlu @@ -228,6 +228,8 @@ local docstr = [[ - added '-i', '.' to psview argument list (author's request)
- added environment clean up from Perl specific variables
(when not using external Perl)
+ 2012/08/05
+ - added alias for fmtutil
]]
-- HELPER SUBROUTINES --
@@ -533,6 +535,8 @@ elseif progname == 'dviout' then [[^r\vf\\^s.vf;^r\ovf\\^s.ovf;^r\tfm\\^s.tfm" "-TEXROOT=']] ..
table.concat(texrt, ';') .. [['"]]
ARGV = {[0]=TEXDIR..'/tlpkg/dviout/dviout.exe', 'dviout', par}
+elseif progname == 'fmtutil' and sysprog then
+ ARGV = {[0]=BINDIR..'/fmtutil.exe', 'fmtutil', argline}
elseif progname == 'psv' then
argline = '-sINPUT='..argline
ARGV = {[0]=TEXDIR..'/tlpkg/tlpsv/gswxlua.exe', 'gswxlua',
|