summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/context/lua/mtx-colors.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/context/lua/mtx-colors.lua')
-rw-r--r--Master/texmf-dist/scripts/context/lua/mtx-colors.lua9
1 files changed, 1 insertions, 8 deletions
diff --git a/Master/texmf-dist/scripts/context/lua/mtx-colors.lua b/Master/texmf-dist/scripts/context/lua/mtx-colors.lua
index 1c3f8cf8267..7dd1b4ac4b0 100644
--- a/Master/texmf-dist/scripts/context/lua/mtx-colors.lua
+++ b/Master/texmf-dist/scripts/context/lua/mtx-colors.lua
@@ -61,14 +61,7 @@ function scripts.colors.table()
end
end
else
- local files = resolvers.findfiles("*.icc")
- if #files > 0 then
- for i=1,#files do
- report(files[i])
- end
- else
- report("no file(s) given" )
- end
+ report("no file(s) given" )
end
end