[latex3-commits] [l3svn] 07/20: l3build: Load lfs as a local table

noreply at latex-project.org noreply at latex-project.org
Fri Apr 14 23:39:00 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 7bdc96c7ccf15bef58386c257cc0d1bcd347df39
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Apr 14 19:32:33 2017 +0100

    l3build: Load lfs as a local table
---
 l3build/l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 8234408..efed7c0 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -171,7 +171,7 @@ psext  = psext  or ".ps"
 tlgext = tlgext or ".tlg"
 
 -- File operations are aided by the LuaFileSystem module
-lfs = require("lfs")
+local lfs = require("lfs")
 
 -- Parse command line options
 -- This is done as a function (rather than do ... end) as it allows early

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


More information about the latex3-commits mailing list