Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Dec 9, 2017
1 parent 9339d35 commit abcd82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l3build.lua
Expand Up @@ -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
Expand Down

0 comments on commit abcd82f

Please sign in to comment.