diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-25 18:35:50 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-25 18:35:50 +0200 |
commit | cd83d13014406c6e6dd8facf325c19bf0b51c432 (patch) | |
tree | bb52899270127f87fe88a342ecda7d7d85ab6191 /fontdbutil.lua | |
parent | 3a645a338fc4297bc9a61dae1fece13533d2f3ee (diff) | |
download | luaotfload-cd83d13014406c6e6dd8facf325c19bf0b51c432.tar.gz |
scan fontconfig dirs even though ``$OSFONTDIR`` is set
This is essentially what this change to the TL2011 version does:
https://github.com/lualatex/luaotfload/commit/31530badb2681ff3423fe31f5eccf3d05fab1956#L2R657
in response to this issue:
https://github.com/lualatex/luaotfload/issues/11
Diffstat (limited to 'fontdbutil.lua')
-rwxr-xr-x | fontdbutil.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fontdbutil.lua b/fontdbutil.lua index d76678f..3c60eec 100755 --- a/fontdbutil.lua +++ b/fontdbutil.lua @@ -269,7 +269,7 @@ actions.query = function (job) logs.names_report(false, 1, "resolve", "Font “%s” found!", query) logs.names_report(false, 1, - "resolve", "Resolved file name “%s”:", foundname) + "resolve", "Resolved file name “%s”", foundname) if job.show_info then show_font_info(foundname) end |