[latex3-commits] [l3svn] branch master updated: One relpath() -> abspath() in format() function

noreply at latex-project.org noreply at latex-project.org
Thu May 25 23:26:27 CEST 2017


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  e04ec62   One relpath() -> abspath() in format() function
e04ec62 is described below

commit e04ec62594e283bdf87a891aef2c2443b4b42f4d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu May 25 22:26:08 2017 +0100

    One relpath() -> abspath() in format() function
---
 l3kernel/build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/build.lua b/l3kernel/build.lua
index 0b7da43..c4545f9 100644
--- a/l3kernel/build.lua
+++ b/l3kernel/build.lua
@@ -46,7 +46,7 @@ function format()
   if errorlevel ~=0 then
     return errorlevel
   end
-  local localdir = relpath(localdir, unpackdir)
+  local localdir = abspath(localdir)
   errorlevel = run(
     unpackdir,
     os_setenv .. " TEXINPUTS=." .. os_pathsep

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


More information about the latex3-commits mailing list