[latex3-commits] [git/l3build] master: Typo (176949f)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Dec 11 13:52:34 CET 2017
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/176949f8b1a90881613b6ee6caa917c6bf8c25ba
>---------------------------------------------------------------
commit 176949f8b1a90881613b6ee6caa917c6bf8c25ba
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Dec 9 10:42:23 2017 +0000
Typo
>---------------------------------------------------------------
176949f8b1a90881613b6ee6caa917c6bf8c25ba
l3build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build.lua b/l3build.lua
index c585e33..bd43800 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -2069,7 +2069,7 @@ function bundlectan()
local function excludelist(include, exclude, dir)
local include = include or { }
local exclude = exclude or { }
- local dir = dir or currendir
+ local dir = dir or currentdir
local includelist = { }
local excludelist = { }
for _,i in ipairs(exclude) do
More information about the latex3-commits
mailing list