[latex3-commits] [git/LaTeX3-latex3-l3build] master: Bug fix in tex command (f0174fe)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Mar 8 15:29:20 CET 2021
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/f0174fee3b19b1faceb3a59b938cef9c144d6a7e
>---------------------------------------------------------------
commit f0174fee3b19b1faceb3a59b938cef9c144d6a7e
Author: LAURENS Jérôme <jerome.laurens at u-bourgogne.fr>
Date: Mon Mar 8 15:27:21 2021 +0100
Bug fix in tex command
>---------------------------------------------------------------
f0174fee3b19b1faceb3a59b938cef9c144d6a7e
l3build-typesetting.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build-typesetting.lua b/l3build-typesetting.lua
index 8eb77e4..95290eb 100644
--- a/l3build-typesetting.lua
+++ b/l3build-typesetting.lua
@@ -120,7 +120,7 @@ end
function tex(file,dir,cmd)
dir = dir or "."
- cmd = cmd or typesetexe .. typesetopts
+ cmd = cmd or typesetexe .. " " .. typesetopts
return runcmd(cmd .. " \"" .. typesetcmds
.. "\\input " .. file .. "\"",
dir,{"TEXINPUTS","LUAINPUTS"})
More information about the latex3-commits
mailing list.