[latex3-commits] [l3svn] branch master updated: l3build: Reverse one "local"
noreply at latex-project.org
noreply at latex-project.org
Sat Apr 15 23:07:28 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 b8eb90b l3build: Reverse one "local"
b8eb90b is described below
commit b8eb90b509ca1af87fc0e84185d75dfaca040b0b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Apr 15 22:07:02 2017 +0100
l3build: Reverse one "local"
There will need to be some reordering for this to work!
---
l3build/l3build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 637d028..8c32786 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -767,7 +767,7 @@ function copytds()
end
-- Unpack files needed to support testing/typesetting/unpacking
-local function depinstall(deps)
+function depinstall(deps)
local errorlevel
for _,i in ipairs(deps) do
print("Installing dependency: " .. i)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list