[latex3-commits] [git/LaTeX3-latex3-l3build] master: Typo (39141a3)
LAURENS Jérôme
jerome.laurens at u-bourgogne.fr
Tue Feb 23 23:05:43 CET 2021
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/39141a3018d1e0027463b2eb2787f8c1938138f7
>---------------------------------------------------------------
commit 39141a3018d1e0027463b2eb2787f8c1938138f7
Author: LAURENS Jérôme <jerome.laurens at u-bourgogne.fr>
Date: Tue Feb 23 23:05:43 2021 +0100
Typo
>---------------------------------------------------------------
39141a3018d1e0027463b2eb2787f8c1938138f7
l3build-file-functions.lua | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3build-file-functions.lua b/l3build-file-functions.lua
index 7c064a0..cfaadca 100644
--- a/l3build-file-functions.lua
+++ b/l3build-file-functions.lua
@@ -335,8 +335,8 @@ function tree(src_path, glob)
fill(p_src, p_cwd, result)
end
else
- for p_scr, p_cwd in pairs(result) do
- fill(p_scr, p_cwd, new_result)
+ for p_src, p_cwd in pairs(result) do
+ fill(p_src, p_cwd, new_result)
end
end
result = new_result
More information about the latex3-commits
mailing list.