[latex3-commits] [l3svn] branch master updated: l3build: Extend .fd file removal a bit more

noreply at latex-project.org noreply at latex-project.org
Sat Sep 5 21:21:30 CEST 2015


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  c35ec22   l3build: Extend .fd file removal a bit more
c35ec22 is described below

commit c35ec22d0b1389d6dd55db96ff4a2078c2f49dab
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Sep 5 20:21:12 2015 +0100

    l3build: Extend .fd file removal a bit more
---
 l3build/l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 020dbab..6622095 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -723,7 +723,7 @@ function formatlog(logfile, newfile, engine)
     -- Zap map loading of map
     line = string.gsub(line, "%{[%w/%-]*/pdftex%.map%}", "")
     -- Merge all of .fd data into one line so will be removed later
-    if string.match(line, "^%([%w]+%.fd[^%)]*$") then
+    if string.match(line, "^%([%.%/%w]+%.fd[^%)]*$") then
       lastline = (lastline or "") .. line
       return ""
     end

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


More information about the latex3-commits mailing list