[latex3-commits] [l3svn] branch master updated: l3uild: Missed one optrelease for bundles

noreply at latex-project.org noreply at latex-project.org
Wed Oct 19 13:16:22 CEST 2016


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  38d302f   l3uild: Missed one optrelease for bundles
38d302f is described below

commit 38d302ffeeefc943f291ba86437ec2b4c8f2d784
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Oct 19 12:15:59 2016 +0100

    l3uild: Missed one optrelease for bundles
---
 l3build/l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 050a3b6..6035850 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -611,7 +611,7 @@ function allmodules(target)
     end
     local release = ""
     if optrelease then
-      release = " --release=" .. release[1]
+      release = " --release=" .. optrelease[1]
     end
     local errorlevel = run(
       i,

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


More information about the latex3-commits mailing list