diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-07-11 15:38:34 +0300 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-07-11 15:38:34 +0300 |
commit | 81a4e5a67b995da1121423011cd5410126199333 (patch) | |
tree | 0988ef16cdd89674a03448d2bc9f965911cd72e8 /mkluatexfontdb.lua | |
parent | 9c6e847253cf250b5ef8cce79509f51b8b4fa084 (diff) | |
download | luaotfload-81a4e5a67b995da1121423011cd5410126199333.tar.gz |
Remove the progress bar and simplify the code
The database building/updating that the, unusual, progress bar is not
needed.
Diffstat (limited to 'mkluatexfontdb.lua')
-rwxr-xr-x | mkluatexfontdb.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mkluatexfontdb.lua b/mkluatexfontdb.lua index 455edec..98db095 100755 --- a/mkluatexfontdb.lua +++ b/mkluatexfontdb.lua @@ -125,7 +125,6 @@ end process_cmdline() local function generate(force) - log("generating font names database.") local savepath = output_directory if not lfs.isdir(savepath) then log("creating directory %s", savepath) |