Skip to content

Commit

Permalink
Revert "Enable sourcefiledir for unpack()"
Browse files Browse the repository at this point in the history
This reverts commit ba7e0eb.
  • Loading branch information
josephwright committed Nov 28, 2017
1 parent 023bd48 commit 19bdb82
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 {sourcefiledir}) do
for _,i in ipairs(sourcedirs or {"."}) 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 19bdb82

Please sign in to comment.