From 345cfaaf7a584309125385a2affbd46dc1d94078 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 7 May 2020 21:23:35 +0000 Subject: luaotfload (7may20) git-svn-id: svn://tug.org/texlive/trunk@55054 c570f23f-e606-0410-a88d-b1316a301751 --- .../texk/texlive/linked_scripts/luaotfload/luaotfload-tool.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Build/source') diff --git a/Build/source/texk/texlive/linked_scripts/luaotfload/luaotfload-tool.lua b/Build/source/texk/texlive/linked_scripts/luaotfload/luaotfload-tool.lua index 6994bfc7551..eabd8e44349 100755 --- a/Build/source/texk/texlive/linked_scripts/luaotfload/luaotfload-tool.lua +++ b/Build/source/texk/texlive/linked_scripts/luaotfload/luaotfload-tool.lua @@ -9,8 +9,8 @@ local ProvidesLuaModule = { name = "luaotfload-tool", - version = "3.13", --TAGVERSION - date = "2020-05-01", --TAGDATE + version = "3.14", --TAGVERSION + date = "2020-05-06", --TAGDATE description = "luaotfload-tool / database functionality", license = "GPL v2.0" } @@ -1334,7 +1334,6 @@ function actions.list (job) else criterion = stringexplode(criterion, ":") --> { field, value } local asked_value = criterion[2] - local sane_asked_pattern = sane_pattern(criterion[2]) criterion = criterion[1] asked_fields = set_primary_field(asked_fields, criterion) @@ -1343,6 +1342,7 @@ function actions.list (job) --- firstly, build a list of fonts to operate on local targets = { } if asked_value then --- only those whose value matches + local sane_asked_pattern = sane_pattern(asked_value) logreport (false, 2, "list", "Restricting to value %s", asked_value) for i=1, nmappings do local entry = mappings[i] -- cgit v1.2.3