[latex3-commits] [l3svn] 18/20: l3build: Consolidate local access

noreply at latex-project.org noreply at latex-project.org
Fri Apr 14 23:39:11 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 0b2cc21493b0acb4a0f3bb55c9d8d338549610cf
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Apr 14 20:13:44 2017 +0100

    l3build: Consolidate local access
---
 l3build/l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index af7f4af..66a1073 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -206,6 +206,7 @@ local match            = string.match
 local sub              = string.sub
 local concat           = table.concat
 local insert           = table.insert
+local utf8_char        = unicode.utf8.char
 
 -- Parse command line options
 -- This is done as a function (rather than do ... end) as it allows early
@@ -882,7 +883,6 @@ function formatlog(logfile, newfile, engine)
        return ""
     end
     -- A tidy-up to keep LuaTeX and other engines in sync
-    local utf8_char = unicode.utf8.char
     line = gsub(line, utf8_char(127), "^^?")
     -- Unicode engines display chars in the upper half of the 8-bit range:
     -- tidy up to match pdfTeX if an ASCII engine is in use

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


More information about the latex3-commits mailing list