summaryrefslogtreecommitdiff
path: root/Master/bin/windows
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2023-12-09 03:08:11 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2023-12-09 03:08:11 +0000
commitea669d07f378aa15cca3e9013994d662840203e0 (patch)
treee51c4ea5179388f16d16d04e383ecc8bad98c512 /Master/bin/windows
parent27a1509f636e8051d7f07748e6aa8756891a33f5 (diff)
bin/windows/mtxrun.lua: copy updated scripts/context/lua/mtxrun.lua
git-svn-id: svn://tug.org/texlive/trunk@69076 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/windows')
-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",