[latex3-commits] [git/l3build] master: Enable sourcefiledir for unpack() (ba7e0eb)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Nov 28 15:28:51 CET 2017
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/ba7e0ebb42a36b137b204acc2e5c6fa37a47d97e
>---------------------------------------------------------------
commit ba7e0ebb42a36b137b204acc2e5c6fa37a47d97e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Nov 28 11:09:14 2017 +0000
Enable sourcefiledir for unpack()
>---------------------------------------------------------------
ba7e0ebb42a36b137b204acc2e5c6fa37a47d97e
l3build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build.lua b/l3build.lua
index 56bed90..347a559 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -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)
More information about the latex3-commits
mailing list