[latex3-commits] [l3svn] branch master updated: l3build: fc needs Win-style paths
noreply at latex-project.org
noreply at latex-project.org
Mon May 23 20:39:18 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 47f3e03 l3build: fc needs Win-style paths
47f3e03 is described below
commit 47f3e038aa95d401d8ab8b962a9d4180ed8421a4
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon May 23 19:38:55 2016 +0100
l3build: fc needs Win-style paths
---
l3build/l3build.lua | 3 +++
1 file changed, 3 insertions(+)
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index ab24c55..75ca48d 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -1155,6 +1155,9 @@ function runcheck(name, hide)
if errlevel == 0 then
os.remove(difffile)
if optpdf and spdffile then
+ if os_windows then
+ rpdffile = unix_to_win(rpdffile)
+ end
errlevel = os.execute(
os_cmpexe .. " " .. rpdffile .. " " .. pdffile .. " > " .. cmpfile
)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list