[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Missing ) (8544a058)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Aug 23 16:17:23 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/8544a058ddbe86d44de9ae1afca65614da6d9050

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

commit 8544a058ddbe86d44de9ae1afca65614da6d9050
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Aug 23 15:17:23 2019 +0100

    Missing )


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

8544a058ddbe86d44de9ae1afca65614da6d9050
 base/build.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/build.lua b/base/build.lua
index 85801416..8f174023 100644
--- a/base/build.lua
+++ b/base/build.lua
@@ -181,7 +181,7 @@ function format (doc)
   local buildformats = { }
   local enginedata = options["engine"] or checkengines
   for _,name in ipairs(enginedata) do
-    table.insert(buildformats,name
+    table.insert(buildformats,name)
   end
   if not options["config"] then
     table.insert(buildformats,"pdftex")





More information about the latex3-commits mailing list