diff options
Diffstat (limited to 'luaotfload-tool.lua')
-rwxr-xr-x | luaotfload-tool.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua index 1f57b44..18e9f9e 100755 --- a/luaotfload-tool.lua +++ b/luaotfload-tool.lua @@ -168,6 +168,7 @@ texio.write, texio.write_nl = backup.write, backup.write_nl utilities = backup.utilities require"luaotfload-override.lua" --- this populates the logs.* namespace +require"luaotfload-parsers" --- fonts.conf and request syntax require"luaotfload-database" require"alt_getopt" |