[latex3-commits] [git/LaTeX3-latex3-latex3] main, peek-refactor: Minor Lua improvement (42181ac39)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Jan 10 13:54:54 CET 2022


Repository : https://github.com/latex3/latex3
On branches: main,peek-refactor
Link       : https://github.com/latex3/latex3/commit/42181ac397f876daf9c51734045112b654d8155e

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

commit 42181ac397f876daf9c51734045112b654d8155e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Jan 10 12:54:54 2022 +0000

    Minor Lua improvement


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

42181ac397f876daf9c51734045112b654d8155e
 build-config.lua | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/build-config.lua b/build-config.lua
index bc86a1a59..ccb6b5f9a 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -130,9 +130,8 @@ local function fmt(engines,dest)
     return 0
   end
 
-  local errorlevel
   for _,engine in pairs(engines) do
-    errorlevel = mkfmt(engine)
+    local errorlevel = mkfmt(engine)
     if errorlevel ~= 0 then return errorlevel end
   end
   return 0





More information about the latex3-commits mailing list.