[latex3-commits] [l3svn] branch master updated: l3build: Run typesetting cycle correct number of times (fixes #274)

noreply at latex-project.org noreply at latex-project.org
Fri Jun 3 15:01:42 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  15e46d6   l3build: Run typesetting cycle correct number of times (fixes #274)
15e46d6 is described below

commit 15e46d6e27d682c7477b9845d7fd79b5083e127f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Jun 3 14:01:05 2016 +0100

    l3build: Run typesetting cycle correct number of times (fixes #274)
    
    Thanks to @minoki for pointing at the issue.
---
 l3build/l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 75ca48d..68daa9a 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -1420,7 +1420,7 @@ typeset = typeset or function(file)
         )
       end
       errorlevel = cycle(name)
-      if errorlevel ~= 0 then
+      if errorlevel == 0 then
         errorlevel = cycle(name)
       end
     end

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


More information about the latex3-commits mailing list