[latex3-commits] [git/LaTeX3-latex3-l3build] master: Add a missing space (ff73054)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Feb 17 15:30:18 CET 2020
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/ff7305418e100709c673c55d4d7869f893566f4e
>---------------------------------------------------------------
commit ff7305418e100709c673c55d4d7869f893566f4e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Feb 17 14:30:18 2020 +0000
Add a missing space
>---------------------------------------------------------------
ff7305418e100709c673c55d4d7869f893566f4e
l3build-typesetting.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build-typesetting.lua b/l3build-typesetting.lua
index 2886313..b76edd9 100644
--- a/l3build-typesetting.lua
+++ b/l3build-typesetting.lua
@@ -140,7 +140,7 @@ local function typesetpdf(file,dir)
local name = jobname(file)
print("Typesetting " .. name)
local fn = typeset
- local cmd = typesetexe .. typesetopts
+ local cmd = typesetexe .. " " .. typesetopts
if specialtypesetting and specialtypesetting[file] then
fn = specialtypesetting[file].func or fn
cmd = specialtypesetting[file].cmd or cmd
More information about the latex3-commits
mailing list.