diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2021-04-10 07:56:28 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2021-04-10 07:56:28 +0000 |
commit | 7399ea5e217d14ad9807ff7397eacbdba6b52dc7 (patch) | |
tree | 75458bcd592c36ab102d9aefa1e9658d75955f45 | |
parent | afbdef81275b4be32fa06afc9bcd4eddbd6517a3 (diff) |
runscript.tlu: Remove -dDELAYSAFER in gs option for dviout
git-svn-id: svn://tug.org/texlive/trunk@58810 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/bin/win32/runscript.tlu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/win32/runscript.tlu b/Master/bin/win32/runscript.tlu index 58d5e7c0bc8..8037edb7fea 100755 --- a/Master/bin/win32/runscript.tlu +++ b/Master/bin/win32/runscript.tlu @@ -800,7 +800,7 @@ elseif progname == 'dviout' then 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' |