[latex3-commits] [l3svn] branch master updated: Pass through "-q" option from top level

noreply at latex-project.org noreply at latex-project.org
Fri May 20 09:39:23 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  67ebb91   Pass through "-q" option from top level
67ebb91 is described below

commit 67ebb9141183d82b2bcf26ef1ea09e964d70f45e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri May 20 08:39:11 2016 +0100

    Pass through "-q" option from top level
---
 build.lua |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/build.lua b/build.lua
index fb98346..3e14c56 100644
--- a/build.lua
+++ b/build.lua
@@ -49,6 +49,10 @@ function main (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]
@@ -59,6 +63,7 @@ function main (target)
           .. 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