[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Fix mkglyphlist script (84eac69)

Marcel Fabian Krüger tex at 2krueger.de
Sun Feb 9 15:39:59 CET 2020


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/84eac690b6c15b53f5e7c549d156142f084419d6

>---------------------------------------------------------------

commit 84eac690b6c15b53f5e7c549d156142f084419d6
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sun Feb 9 15:39:59 2020 +0100

    Fix mkglyphlist script


>---------------------------------------------------------------

84eac690b6c15b53f5e7c549d156142f084419d6
 scripts/mkglyphlist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/mkglyphlist b/scripts/mkglyphlist
index 7c41fa6..2bb3f74 100755
--- a/scripts/mkglyphlist
+++ b/scripts/mkglyphlist
@@ -67,7 +67,7 @@ local eol          = P"\n\r" + P"\r\n" + P"\r" + P"\n"
 local space        = P" "
 local alphanum     = R("az", "AZ", "09")
 local hexdigit     = R("af", "AF", "09")
-local eof_tag      = gartenzaun * P"END"
+local eof_tag      = gartenzaun * P" END"
 local header_line  = gartenzaun * (1-eol)^0 * eol
 local codepoint    = hexdigit^1
 local glyphname    = alphanum^1





More information about the latex3-commits mailing list.