summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/bin/windows/mtxrun.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/bin/windows/mtxrun.lua b/Master/bin/windows/mtxrun.lua
index f8ef741105e..8c28a90e38a 100755
--- a/Master/bin/windows/mtxrun.lua
+++ b/Master/bin/windows/mtxrun.lua
@@ -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 @@ messages = messages or { } -- for the moment
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",