[latex3-commits] [l3svn] 04/04: Pass engines option from top-level script

noreply at latex-project.org noreply at latex-project.org
Tue Sep 8 22:06:19 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 1bad32306e3d9b4e9ffa85dc6dfcf234906bbef3
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Sep 8 21:05:22 2015 +0100

    Pass engines option from top-level script
---
 build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.lua b/build.lua
index ab63f78..c6994d0 100644
--- a/build.lua
+++ b/build.lua
@@ -40,7 +40,7 @@ function main (target)
         i,
         "texlua " .. scriptname .. " "
           .. target .. (opthalt and " -H" or "")
-
+          .. engines
       )
       if errorlevel ~= 0 then
         break

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


More information about the latex3-commits mailing list