summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-05-05 15:32:35 +0000
committerKarl Berry <karl@freefriends.org>2023-05-05 15:32:35 +0000
commit8bdc7353be366a5b4d6432fda3c7b74d3471a8fa (patch)
tree6c50aab11a01adee2a1a2962b4b31e660c271e74
parent73453c6ef711251f5e376696a87a7e8e13de2216 (diff)
propagate --socket --shell-escape to windows mtxrun.lua
git-svn-id: svn://tug.org/texlive/trunk@67023 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/bin/windows/mtxrun.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/bin/windows/mtxrun.lua b/Master/bin/windows/mtxrun.lua
index 306f84a1ca6..cd83189a40f 100755
--- a/Master/bin/windows/mtxrun.lua
+++ b/Master/bin/windows/mtxrun.lua
@@ -25857,7 +25857,7 @@ local function secondaryflags(arguments)
end
return concat(flags," ")
end
-local template=[[--ini %primaryflags% --lua=%luafile% %texfile% %secondaryflags% %redirect%]]
+local template=[[--ini %primaryflags% --socket --shell-escape --lua=%luafile% %texfile% %secondaryflags% %redirect%]]
local checkers={
primaryflags="verbose",
secondaryflags="verbose",
@@ -25992,7 +25992,7 @@ function environment.make_format(formatname)
report_format()
lfs.chdir(startupdir)
end
-local template=[[%primaryflags% --fmt=%fmtfile% --lua=%luafile% %texfile% %secondaryflags%]]
+local template=[[%primaryflags% --socket --shell-escape --fmt=%fmtfile% --lua=%luafile% %texfile% %secondaryflags%]]
local checkers={
primaryflags="verbose",
secondaryflags="verbose",