diff options
Diffstat (limited to 'otfl-font-nms.lua')
-rw-r--r-- | otfl-font-nms.lua | 1 |
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) |