[latex3-commits] [l3svn] branch master updated: l3build: .aux line may have a leading space

noreply at latex-project.org noreply at latex-project.org
Fri Jan 1 20:50:46 CET 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  345a375   l3build: .aux line may have a leading space
345a375 is described below

commit 345a375b0fe2fc89b44875a481fc08690e5e32de
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Jan 1 19:50:31 2016 +0000

    l3build: .aux line may have a leading space
---
 l3build/l3build.lua |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index de2419e..1dad764 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -773,6 +773,8 @@ function formatlog(logfile, newfile, engine)
     end
     -- Zap map loading of map
     line = string.gsub(line, "%{%w?:?[%w/%-]*/pdftex%.map%} *", "")
+    -- Deal with the fact that "(.aux)" may have still a leading space
+    line = string.gsub(line, "^ %(%.aux%)", "(.aux)")
     -- Merge all of .fd data into one line so will be removed later
     if string.match(line, "^ *%([%.%/%w]+%.fd[^%)]*$") then
       lastline = (lastline or "") .. line

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


More information about the latex3-commits mailing list