[latex3-commits] [l3svn] branch master updated: One l3build tweak missed in local build script
noreply at latex-project.org
noreply at latex-project.org
Wed Oct 19 13:10:11 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 d5e008c One l3build tweak missed in local build script
d5e008c is described below
commit d5e008c245d3dd14bd4deb2ca3773a0c0e3be8ab
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Oct 19 12:09:55 2016 +0100
One l3build tweak missed in local build script
---
build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.lua b/build.lua
index d48c27d..c432726 100644
--- a/build.lua
+++ b/build.lua
@@ -39,7 +39,7 @@ function main (target)
end
local release = ""
if optrelease then
- release = " --release=" .. optversion[1]
+ release = " --release=" .. optrelease[1]
end
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