[latex3-commits] [git/LaTeX3-latex3-l3build] master: Remove extra "then" (7fa12b9)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Oct 17 23:59:59 CEST 2018
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/7fa12b952d131bf286bb0b961b9b08dffc222b5b
>---------------------------------------------------------------
commit 7fa12b952d131bf286bb0b961b9b08dffc222b5b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Oct 17 22:59:59 2018 +0100
Remove extra "then"
>---------------------------------------------------------------
7fa12b952d131bf286bb0b961b9b08dffc222b5b
l3build-check.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build-check.lua b/l3build-check.lua
index 93d89ab..897b462 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -98,7 +98,7 @@ end
-- the 'business' part from the tests and removes system-dependent stuff
local function normalize_log(content,engine,errlevels)
local maxprintline = maxprintline
- if match(engine,"^lua") then then
+ if match(engine,"^lua") then
maxprintline = maxprintline + 1 -- Deal with an out-by-one error
end
local function killcheck(line)
More information about the latex3-commits
mailing list