[latex3-commits] [git/l3build] master: Revert "One place where maindir was missing" (be97a80)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Nov 28 21:09:22 CET 2017


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

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

commit be97a80383e37844ac907412911cf393c7f6a3e3
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Nov 28 20:09:22 2017 +0000

    Revert "One place where maindir was missing"
    
    This reverts commit bb915293fed763e188596fb9fad532878d7eacad.


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

be97a80383e37844ac907412911cf393c7f6a3e3
 l3build.lua |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3build.lua b/l3build.lua
index e480db4..9fd1faa 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -64,9 +64,9 @@ end
 maindir     = maindir or "."
 
 -- Substructure for tests and support files
-supportdir  = supportdir  or maindir     .. "/support"
-testfiledir = testfiledir or maindir     .. "/testfiles"
+testfiledir = testfiledir or "testfiles"
 testsuppdir = testsuppdir or testfiledir .. "/support"
+supportdir  = supportdir  or maindir .. "/support"
 
 -- Structure within a development area
 distribdir  = distribdir or maindir .. "/build/distrib"





More information about the latex3-commits mailing list