summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/luatex/luaotfload
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-01-04 00:19:28 +0000
committerKarl Berry <karl@freefriends.org>2014-01-04 00:19:28 +0000
commit01cb1ab0f16b41652d7c26d7079030863620cd15 (patch)
tree12d7bcc56dc71243598d86f160924408aaf34026 /Master/texmf-dist/source/luatex/luaotfload
parent70340ace6f83709cc9dac621b67502224b3baae5 (diff)
luaotfload (3jan14)
git-svn-id: svn://tug.org/texlive/trunk@32563 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/luatex/luaotfload')
-rw-r--r--Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx15
1 files changed, 8 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx b/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx
index adbdf26f122..08f56af43bc 100644
--- a/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx
+++ b/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx
@@ -2078,13 +2078,14 @@ request_resolvers.path = function (specification)
name)
file_resolver (specification)
else
- local suffix = filesuffix (name)
- if formats[suffix] then
- specification.forced = suffix
- specification.name = file.removesuffix(name)
- else
- specification.name = name
- end
+ local suffix = filesuffix (name)
+ if formats[suffix] then
+ specification.forced = suffix
+ specification.name = file.removesuffix(name)
+ specification.forcedname = name
+ else
+ specification.name = name
+ end
end
end