summaryrefslogtreecommitdiff
path: root/luaotfload-features.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-05-13 20:42:38 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-05-13 20:42:38 +0200
commit2c79c7d38d6dcb41f52eb7f44fb744771408ec39 (patch)
tree47b731240d19a5aa66588904655d5fa468dc050c /luaotfload-features.lua
parent69e1a2d1249afc6d661e78483f74669ce7868284 (diff)
downloadluaotfload-2c79c7d38d6dcb41f52eb7f44fb744771408ec39.tar.gz
work around unsupported full paths in anon lookups
windows only: http://tug.org/pipermail/lualatex-dev/2013-May/001519.html
Diffstat (limited to 'luaotfload-features.lua')
-rw-r--r--luaotfload-features.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload-features.lua b/luaotfload-features.lua
index e732ed9..33b529f 100644
--- a/luaotfload-features.lua
+++ b/luaotfload-features.lua
@@ -1053,7 +1053,7 @@ local handle_request = function (specification)
specification.specification)
report("log", 0, "load", "use square bracket syntax or consult the documentation.")
specification.name = specification.specification
- specification.lookup = "file"
+ specification.lookup = "path"
return specification
end
local lookup, name = select_lookup(request)