[latex3-commits] [l3svn] branch master updated: l3build: For the present, leave checkinit() global

noreply at latex-project.org noreply at latex-project.org
Thu Jun 22 20:01:32 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  ff99ad0   l3build: For the present, leave checkinit() global
ff99ad0 is described below

commit ff99ad0061395de5bce1477b83303460728b9c18
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jun 22 19:01:18 2017 +0100

    l3build: For the present, leave checkinit() global
---
 l3build/l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index f80e7d8..832bd95 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -658,7 +658,7 @@ end
 
 -- Set up the check system files: needed for checking one or more tests and
 -- for saving the test files
-local function checkinit()
+function checkinit()
   cleandir(testdir)
   depinstall(checkdeps)
   -- Copy dependencies to the test directory itself: this makes the paths

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list