[latex3-commits] [l3svn] 01/02: l3build: Allow for single-line file paths when searching active

noreply at latex-project.org noreply at latex-project.org
Thu Sep 24 22:11:08 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 3d0a8cfc47c4bcdf36a3614820f0ecc04ead3a1b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Sep 24 21:09:37 2015 +0100

    l3build: Allow for single-line file paths when searching active
---
 l3build/l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 027e435..3eebe0b 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -726,7 +726,7 @@ function formatlog(logfile, newfile, engine)
     line = string.gsub(line, "%(%.%/", "(")
     -- Zap paths if places other than 'here' are accessible
     if checksearch then
-      line = string.gsub(line, "%(.*/([%w-]+%.[%w-]+)%s*$", "(../%1")
+      line = string.gsub(line, "%(.*/([%w-]+%.[%w-]+)%)?%s*$", "(../%1")
     end
     -- Zap map loading of map
     line = string.gsub(line, "%{%w?:?[%w/%-]*/pdftex%.map%}", "")

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


More information about the latex3-commits mailing list