Skip to content

Commit

Permalink
Remove extra "then"
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Oct 17, 2018
1 parent 9936f5c commit 7fa12b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l3build-check.lua
Expand Up @@ -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)
Expand Down

0 comments on commit 7fa12b9

Please sign in to comment.