texlive[67020] Master/texmf-dist/scripts/context/lua/mtxrun.lua:

commits+karl at tug.org commits+karl at tug.org
Thu May 4 23:45:19 CEST 2023


Revision: 67020
          http://tug.org/svn/texlive?view=revision&revision=67020
Author:   karl
Date:     2023-05-04 23:45:19 +0200 (Thu, 04 May 2023)
Log Message:
-----------
enable --socket --shell-escape to work with luatex 1.17.0

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/context/lua/mtxrun.lua

Modified: trunk/Master/texmf-dist/scripts/context/lua/mtxrun.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/context/lua/mtxrun.lua	2023-05-04 20:30:12 UTC (rev 67019)
+++ trunk/Master/texmf-dist/scripts/context/lua/mtxrun.lua	2023-05-04 21:45:19 UTC (rev 67020)
@@ -25857,7 +25857,7 @@
  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 @@
  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",



More information about the tex-live-commits mailing list.