[latex3-commits] [l3svn] 02/04: l3build: Auxiliary functions local

noreply at latex-project.org noreply at latex-project.org
Sat Apr 15 10:41:53 CEST 2017


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

joseph pushed a commit to branch master
in repository l3svn.

commit d6435ac50e30714ab40989934357843eebc92e8a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Apr 15 08:46:01 2017 +0100

    l3build: Auxiliary functions local
---
 l3build/l3build.lua |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index f5889f7..bc3339e 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -633,7 +633,7 @@ end
 --
 
 -- Do some subtarget for all modules in a bundle
-function allmodules(target)
+local function allmodules(target)
   local date = ""
   if optdate then
     date = " --date=" .. optdate[1]
@@ -671,7 +671,7 @@ end
 
 -- Set up the check system files: needed for checking one or more tests and
 -- for saving the test files
-function checkinit()
+local 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