[latex3-commits] [l3svn] branch master updated: l3build: Normalise out system-wide pdftex.map on Windows

noreply at latex-project.org noreply at latex-project.org
Sun Sep 6 17:39: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  59841c7   l3build: Normalise out system-wide pdftex.map on Windows
59841c7 is described below

commit 59841c7226b2492901fd815c0849f60efca95df6
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Sep 6 16:38:55 2015 +0100

    l3build: Normalise out system-wide pdftex.map on Windows
---
 l3build/l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 62728f0..1985a51 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -721,7 +721,7 @@ function formatlog(logfile, newfile, engine)
       line = string.gsub(line, "%(.*/([%w-]+%.[%w-]+)%s*$", "(../%1")
     end
     -- Zap map loading of map
-    line = string.gsub(line, "%{[%w/%-]*/pdftex%.map%}", "")
+    line = string.gsub(line, "%{%w?:?[%w/%-]*/pdftex%.map%}", "")
     -- 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