[latex3-commits] [git/LaTeX3-latex3-l3build] main: Typo (15cb1d3)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Aug 27 16:38:01 CEST 2021
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/15cb1d36acd7eb25e5188fd4e35d4addb9c8e1d0
>---------------------------------------------------------------
commit 15cb1d36acd7eb25e5188fd4e35d4addb9c8e1d0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Aug 27 15:38:01 2021 +0100
Typo
>---------------------------------------------------------------
15cb1d36acd7eb25e5188fd4e35d4addb9c8e1d0
l3build-ctan.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build-ctan.lua b/l3build-ctan.lua
index cfb9e36..a20dff4 100644
--- a/l3build-ctan.lua
+++ b/l3build-ctan.lua
@@ -94,7 +94,7 @@ function ctan()
for _, p in ipairs(tree(dir, "**")) do
local src = p.src:sub(3) -- Strip ./
if not (attributes(p.cwd, "mode") == "directory" or exclude(src) or src == zipname) then
- zip:add(p.cwd, src, binfile(src), execfile(src))
+ zip:add(p.cwd, src, binfile(src), exefile(src))
end
end
return zip:close()
More information about the latex3-commits
mailing list.