summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2013-04-16 18:50:41 +0200
committerElie Roux <elie.roux@telecom-bretagne.eu>2013-04-16 18:50:41 +0200
commit0b5a6761f55ed9fa03c7ba0564764ad89ee9a925 (patch)
treed1c83ca5ceb43e5ea8ad0aa08a3be03de438b5d4
parent246ef30f958ee3f9a957703a385fcc65607f07a1 (diff)
downloadluaotfload-0b5a6761f55ed9fa03c7ba0564764ad89ee9a925.tar.gz
Removing the todo of previous commit
-rw-r--r--otfl-font-nms.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/otfl-font-nms.lua b/otfl-font-nms.lua
index 0f44eb4..5cca490 100644
--- a/otfl-font-nms.lua
+++ b/otfl-font-nms.lua
@@ -577,7 +577,6 @@ local function read_fonts_conf(path, results, passed_paths)
include = file.join(file.dirname(path), include)
end
if lfs.isfile(include) and kpse.readable_file(include) and not table.contains(passed_paths, include) then
- -- maybe we should prevent loops here?
-- we exclude path with texmf in them, as they should
-- be found otherwise
read_fonts_conf(include, results, passed_paths)