[latex3-commits] [l3svn] branch master updated: Another "-q" to pass through
noreply at latex-project.org
noreply at latex-project.org
Fri May 20 09:52:21 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 82aa421 Another "-q" to pass through
82aa421 is described below
commit 82aa4216963c5b8bbdb934d0a0cee3553967f1da
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri May 20 08:52:09 2016 +0100
Another "-q" to pass through
---
l3build/l3build.lua | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 01f5741..bde7a0f 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -597,6 +597,10 @@ function allmodules(target)
if optengines then
engines = " --engine=" .. table.concat(optengines, ",")
end
+ local quiet = ""
+ if optquiet then
+ quiet = " --quiet="
+ end
local version = ""
if optversion then
version = " --version=" .. optversion[1]
@@ -607,6 +611,7 @@ function allmodules(target)
.. (opthalt and " -H" or "")
.. date
.. engines
+ .. quiet
.. version
)
if errorlevel ~= 0 then
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list