[latex3-commits] [git/l3build] master: Revert "Enable sourcefiledir for unpack()" (19bdb82)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Nov 28 20:45:56 CET 2017


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/19bdb8218126fbbc1f2013c9d185724bd804af82

>---------------------------------------------------------------

commit 19bdb8218126fbbc1f2013c9d185724bd804af82
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Nov 28 19:41:40 2017 +0000

    Revert "Enable sourcefiledir for unpack()"
    
    This reverts commit ba7e0ebb42a36b137b204acc2e5c6fa37a47d97e.


>---------------------------------------------------------------

19bdb8218126fbbc1f2013c9d185724bd804af82
 l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build.lua b/l3build.lua
index 347a559..56bed90 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 {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)





More information about the latex3-commits mailing list