texlive[58810] Master/bin/win32/runscript.tlu: runscript.tlu: Remove

commits+kakuto at tug.org commits+kakuto at tug.org
Sat Apr 10 09:56:28 CEST 2021


Revision: 58810
          http://tug.org/svn/texlive?view=revision&revision=58810
Author:   kakuto
Date:     2021-04-10 09:56:28 +0200 (Sat, 10 Apr 2021)
Log Message:
-----------
runscript.tlu: Remove -dDELAYSAFER in gs option for dviout

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

Modified: trunk/Master/bin/win32/runscript.tlu
===================================================================
--- trunk/Master/bin/win32/runscript.tlu	2021-04-09 23:44:00 UTC (rev 58809)
+++ trunk/Master/bin/win32/runscript.tlu	2021-04-10 07:56:28 UTC (rev 58810)
@@ -800,7 +800,7 @@
   end
   local par = [["-gen=']] .. string.gsub(TEXDIR, '/', '\\') .. 
               [[\tlpkg\dviout\gen_pk'" "-TEXROOT=']] ..
-              table.concat(texrt, ';') .. [['" "-gsx=']] .. GSEXE .. ' -dDELAYSAFER' .. [['"]];
+              table.concat(texrt, ';') .. [['" "-gsx=']] .. GSEXE .. [['"]];
   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.