[latex3-commits] [git/l3build] sourcedir: Typo (abcd82f)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat Dec 9 11:42:23 CET 2017
Repository : https://github.com/latex3/l3build
On branch : sourcedir
Link : https://github.com/latex3/l3build/commit/abcd82fa2450d3c4523951203ae2cf9e2a1935ee
>---------------------------------------------------------------
commit abcd82fa2450d3c4523951203ae2cf9e2a1935ee
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Dec 9 10:42:23 2017 +0000
Typo
>---------------------------------------------------------------
abcd82fa2450d3c4523951203ae2cf9e2a1935ee
l3build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build.lua b/l3build.lua
index c4ea2a3..5dd99d1 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