[latex3-commits] [git/LaTeX3-latex3-l3build] master: Missing space (9920481)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Mar 22 14:17:33 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/9920481b8ec02cb514ff592354c6dd1adbfdae9e

>---------------------------------------------------------------

commit 9920481b8ec02cb514ff592354c6dd1adbfdae9e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Mar 22 13:17:33 2018 +0000

    Missing space


>---------------------------------------------------------------

9920481b8ec02cb514ff592354c6dd1adbfdae9e
 l3build-check.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build-check.lua b/l3build-check.lua
index 3197be5..7129a0d 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -696,7 +696,7 @@ function runtest(name, engine, hide, ext, makepdf, breakout)
       os_setenv .. " max_print_line=" .. maxprintline
         .. os_concat ..
       realengine .. format 
-        .. asciiopt .. " " .. checkopts
+        .. " " .. asciiopt .. " " .. checkopts
         .. setup(lvtfile)
         .. (hide and (" > " .. os_null) or "")
         .. os_concat ..





More information about the latex3-commits mailing list