diff options
author | Karl Berry <karl@freefriends.org> | 2023-05-05 15:32:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-05-05 15:32:35 +0000 |
commit | 8bdc7353be366a5b4d6432fda3c7b74d3471a8fa (patch) | |
tree | 6c50aab11a01adee2a1a2962b4b31e660c271e74 /Master/bin | |
parent | 73453c6ef711251f5e376696a87a7e8e13de2216 (diff) |
propagate --socket --shell-escape to windows mtxrun.lua
git-svn-id: svn://tug.org/texlive/trunk@67023 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin')
-rwxr-xr-x | Master/bin/windows/mtxrun.lua | 4 |
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", |