From ea669d07f378aa15cca3e9013994d662840203e0 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sat, 9 Dec 2023 03:08:11 +0000 Subject: 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 --- Master/bin/windows/mtxrun.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Master/bin/windows/mtxrun.lua') 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", -- cgit v1.2.3