summaryrefslogtreecommitdiff
path: root/luaotfload-tool.lua
diff options
context:
space:
mode:
Diffstat (limited to 'luaotfload-tool.lua')
-rwxr-xr-xluaotfload-tool.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua
index 29d3a43..3d149d0 100755
--- a/luaotfload-tool.lua
+++ b/luaotfload-tool.lua
@@ -944,7 +944,9 @@ actions.list = function (job)
if asked_fields then
asked_fields = lpegmatch(splitcomma, asked_fields)
- else
+ end
+
+ if not asked_fields then
--- some defaults
asked_fields = { "names->fullname", "version", }
end