texlive[53431] Master/bin/win32/runscript.tlu: add gs option

commits+kakuto at tug.org commits+kakuto at tug.org
Fri Jan 17 06:29:55 CET 2020


Revision: 53431
          http://tug.org/svn/texlive?view=revision&revision=53431
Author:   kakuto
Date:     2020-01-17 06:29:55 +0100 (Fri, 17 Jan 2020)
Log Message:
-----------
add gs option -dDELAYSAFER in gsx for dviout

Modified Paths:
--------------
    trunk/Master/bin/win32/runscript.tlu

Modified: trunk/Master/bin/win32/runscript.tlu
===================================================================
--- trunk/Master/bin/win32/runscript.tlu	2020-01-17 00:54:30 UTC (rev 53430)
+++ trunk/Master/bin/win32/runscript.tlu	2020-01-17 05:29:55 UTC (rev 53431)
@@ -800,7 +800,7 @@
   end
   local par = [["-gen=']] .. string.gsub(TEXDIR, '/', '\\') .. 
               [[\tlpkg\dviout\gen_pk'" "-TEXROOT=']] ..
-              table.concat(texrt, ';') .. [['" "-gsx=']] .. GSEXE .. [['"]];
+              table.concat(texrt, ';') .. [['" "-gsx=']] .. GSEXE .. ' -dDELAYSAFER' .. [['"]];
   ARGV = {[0]=TEXDIR..'/tlpkg/dviout/dviout.exe', 'dviout', par}
 elseif progname == 'mkluatexfontdb' then
   progname = 'luaotfload-tool'



More information about the tex-live-commits mailing list