Skip to content

Commit ae8dd19

Browse files
committed
test: add local variables in build.lua
1 parent 7666e7b commit ae8dd19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ unpackexe = "xetex"
2222

2323
-- cmdchkfiles = {"*.dtx"}
2424

25+
local insert = table.insert
26+
local sort = table.sort
27+
2528
function modified_check(names)
2629
local errorlevel = 0
2730
if testfiledir ~= "" and direxists(testfiledir) then

0 commit comments

Comments
 (0)