[latex3-commits] [l3svn] 02/03: l3build: Use local copies where possible

noreply at latex-project.org noreply at latex-project.org
Sat Apr 15 18:35:18 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 a612b7dfc9ff63552bd4e1f5afe0697b1ccbeb30
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Apr 15 09:55:10 2017 +0100

    l3build: Use local copies where possible
---
 l3build/l3build.lua |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 0e763e0..b424615 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -174,7 +174,9 @@ tlgext = tlgext or ".tlg"
 local lfs = require("lfs")
 
 -- Local access to functions
+local assert           = assert
 local ipairs           = ipairs
+local next             = next
 local print            = print
 local select           = select
 local tonumber         = tonumber

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


More information about the latex3-commits mailing list