texlive[69076] Master/bin/windows/mtxrun.lua: bin/windows/mtxrun.lua:
commits+kakuto at tug.org
commits+kakuto at tug.org
Sat Dec 9 04:08:11 CET 2023
Revision: 69076
https://tug.org/svn/texlive?view=revision&revision=69076
Author: kakuto
Date: 2023-12-09 04:08:11 +0100 (Sat, 09 Dec 2023)
Log Message:
-----------
bin/windows/mtxrun.lua: copy updated scripts/context/lua/mtxrun.lua
Modified Paths:
--------------
trunk/Master/bin/windows/mtxrun.lua
Modified: trunk/Master/bin/windows/mtxrun.lua
===================================================================
--- trunk/Master/bin/windows/mtxrun.lua 2023-12-09 00:43:30 UTC (rev 69075)
+++ trunk/Master/bin/windows/mtxrun.lua 2023-12-09 03:08:11 UTC (rev 69076)
@@ -1,4 +1,6 @@
#!/usr/bin/env texlua
+-- 8dec23 --socket added to runners.applications lua and luc per hans
+-- (mail of 7dec23).
if not modules then modules = { } end modules ['mtxrun'] = {
version = 1.001,
@@ -26487,8 +26489,8 @@
runners = runners or { } -- global (might become local)
runners.applications = {
- ["lua"] = "luatex --luaonly",
- ["luc"] = "luatex --luaonly",
+ ["lua"] = "luatex --luaonly --socket",
+ ["luc"] = "luatex --luaonly --socket",
["pl"] = "perl",
["py"] = "python",
["rb"] = "ruby",
More information about the tex-live-commits
mailing list.