Skip to content

Commit

Permalink
Enable sourcefiledir for unpack()
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Nov 28, 2017
1 parent 6f3b712 commit b6b42e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l3build.lua
Expand Up @@ -2333,7 +2333,7 @@ bundleunpack = bundleunpack or function(sourcedirs, sources)
if errorlevel ~=0 then
return errorlevel
end
for _,i in ipairs(sourcedirs or {"."}) do
for _,i in ipairs(sourcedirs or {sourcefiledir}) do
for _,j in ipairs(sources or {sourcefiles}) do
for _,k in ipairs(j) do
errorlevel = cp(k, i, unpackdir)
Expand Down

0 comments on commit b6b42e6

Please sign in to comment.