summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luaotfload/fontloader-l-file.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-05 22:12:02 +0000
committerKarl Berry <karl@freefriends.org>2016-05-05 22:12:02 +0000
commit3155ad2afcd7018662195b194e415a9e14e62d2a (patch)
tree4b8af85c3d71a3e46971af79ef211f84d86e62c7 /Master/texmf-dist/tex/luatex/luaotfload/fontloader-l-file.lua
parentbeca1fbcde73fa759a0e6567a580d8035c224eb3 (diff)
luaotfload (5may16)
git-svn-id: svn://tug.org/texlive/trunk@40902 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luaotfload/fontloader-l-file.lua')
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/fontloader-l-file.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/fontloader-l-file.lua b/Master/texmf-dist/tex/luatex/luaotfload/fontloader-l-file.lua
index 7ed6370f260..b6822e95479 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/fontloader-l-file.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/fontloader-l-file.lua
@@ -436,7 +436,7 @@ local deslasher = lpeg.replacer(S("\\/")^1,"/")
function file.join(one, two, three, ...)
if not two then
- return one == "" and one or lpegmatch(stripper,one)
+ return one == "" and one or lpegmatch(reslasher,one)
end
if one == "" then
return lpegmatch(stripper,three and concat({ two, three, ... },"/") or two)