summaryrefslogtreecommitdiff
path: root/Master/bin/win32/runscript.tlu
diff options
context:
space:
mode:
authorReinhard Kotucha <reinhard.kotucha@web.de>2011-09-10 20:02:58 +0000
committerReinhard Kotucha <reinhard.kotucha@web.de>2011-09-10 20:02:58 +0000
commit4c7ea1ec21f149b4164551b72860054d241d4c16 (patch)
treeb015d34a5429bd77beb1dba6b350fd8e3ff5d920 /Master/bin/win32/runscript.tlu
parent309924b61f1069504394a05b0f8652bafc5d43d4 (diff)
tlpkg/tlgs: gs-8.71 => gs-9.04
git-svn-id: svn://tug.org/texlive/trunk@23888 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32/runscript.tlu')
-rw-r--r--Master/bin/win32/runscript.tlu4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/bin/win32/runscript.tlu b/Master/bin/win32/runscript.tlu
index 98a4b5d7528..868632e28f2 100644
--- a/Master/bin/win32/runscript.tlu
+++ b/Master/bin/win32/runscript.tlu
@@ -221,6 +221,9 @@ local docstr = [[
so aliasing results in an infinite recursion
- removed alias for fontinst (no fontinst.exe any more)
- fixed GUI-mode interpreter for Ruby
+ 2011/09/10
+ - added -dDisableFAPI=true to psview argument list. Needed by
+ gs-9.xx
]]
-- HELPER SUBROUTINES --
@@ -524,6 +527,7 @@ elseif progname == 'dviout' then
elseif progname == 'psv' then
argline = '-sINPUT='..argline
ARGV = {[0]=TEXDIR..'/tlpkg/tlpsv/gswxlua.exe', 'gswxlua',
+ '-dDisableFAPI=true',
'-l', _q(TEXDIR..'/tlpkg/tlpsv/psv.wx.lua'),
'-p', _q(TEXDIR..'/tlpkg/tlpsv/psv_view.ps')}
elseif progname == 'repstopdf' or progname == 'rpdfcrop' then