Skip to content

Commit 91ed52e

Browse files
committed
Updated build.lua
1 parent bf5c901 commit 91ed52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ typesetopts = "-pdf -interaction=nonstopmode"
1616
function docinit_hook()
1717
for _,supp in pairs(suppdirs) do
1818
run(currentdir, "cp -r " .. supp .. " " .. typesetdir)
19-
end
19+
end
2020
return 0
2121
end
2222
function tex(file,dir,cmd)

0 commit comments

Comments
 (0)