[latex3-commits] [l3svn] branch master updated: One dobundles() => call()
noreply at latex-project.org
noreply at latex-project.org
Thu Jul 20 23:34:03 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 68a5820 One dobundles() => call()
68a5820 is described below
commit 68a58202fab450310fd6f6339a0c071f8b21ab30
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Jul 20 22:33:55 2017 +0100
One dobundles() => call()
---
build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.lua b/build.lua
index 982e1e7..7b22e9a 100644
--- a/build.lua
+++ b/build.lua
@@ -28,7 +28,7 @@ function main (target)
errorlevel = call(checkbundles, "check")
elseif target == "clean" then
print ("Cleaning up")
- dobundles (bundles, "clean")
+ call(bundles, "clean")
rm (".", "*.zip")
elseif target == "ctan" then
errorlevel = call (ctanbundles, "ctan")
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list