summaryrefslogtreecommitdiff
path: root/src/luaotfload-tool.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2015-11-21 19:06:46 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2015-11-22 00:15:56 +0100
commitaa091196e037b9ee306476cdeb790ec992fb69d6 (patch)
treedd7dcc7e8a5d7d4776cbb0189942dd0f2be6cf64 /src/luaotfload-tool.lua
parent0ee06552f8a2c0e29e67754fe0571549ad6855aa (diff)
downloadluaotfload-aa091196e037b9ee306476cdeb790ec992fb69d6.tar.gz
[tool] adapt module name
Diffstat (limited to 'src/luaotfload-tool.lua')
-rwxr-xr-xsrc/luaotfload-tool.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaotfload-tool.lua b/src/luaotfload-tool.lua
index e9a434a..ab025b3 100755
--- a/src/luaotfload-tool.lua
+++ b/src/luaotfload-tool.lua
@@ -129,7 +129,7 @@ local backup = {
}
texio.write, texio.write_nl = dummy_function, dummy_function
-require "luaotfload-basics-gen.lua"
+require "fontloader-basics-gen.lua"
texio.write, texio.write_nl = backup.write, backup.write_nl
utilities = backup.utilities