diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-02-08 20:36:32 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-02-08 20:36:32 +0100 |
commit | 4ec63fd11536844ed53c16006ac37a33623e61e8 (patch) | |
tree | 0cf662acb6a300cd01144f7fda17c4b6dc429230 /luaotfload-tool.lua | |
parent | bb4ed0bee36aebbb12362a2237c154d2006a7ee3 (diff) | |
download | luaotfload-4ec63fd11536844ed53c16006ac37a33623e61e8.tar.gz |
[log,override,main,tool] move logging functionality into separate file
Diffstat (limited to 'luaotfload-tool.lua')
-rwxr-xr-x | luaotfload-tool.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua index 8bc590a..6ca7d69 100755 --- a/luaotfload-tool.lua +++ b/luaotfload-tool.lua @@ -141,7 +141,7 @@ require"luaotfload-basics-gen.lua" texio.write, texio.write_nl = backup.write, backup.write_nl utilities = backup.utilities -require"luaotfload-override.lua" --- this populates the logs.* namespace +require"luaotfload-log.lua" --- this populates the logs.* namespace require"luaotfload-parsers" --- fonts.conf and request syntax require"luaotfload-database" require"alt_getopt" |