summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf/scripts/texlive/lua/texlive/tlpdb.tlu4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/lua/texlive/tlpdb.tlu b/Master/texmf/scripts/texlive/lua/texlive/tlpdb.tlu
index d6dd1901f63..39502a4007d 100644
--- a/Master/texmf/scripts/texlive/lua/texlive/tlpdb.tlu
+++ b/Master/texmf/scripts/texlive/lua/texlive/tlpdb.tlu
@@ -92,9 +92,9 @@ function read_tlpdb(root)
tlpobj.shortdesc = rest
elseif first == "catalogue" then
tlpobj.catalogue = rest
- elseif string.match(first,'^catalogue-') then
+ elseif string.match(first,'^catalogue%-') then
--local data = string.match(first,'^catalogue-(.*)$')
- local cdata = string.gsub(first,'^catalogue-', '')
+ local cdata = string.gsub(first,'^catalogue%-', '')
--print("DEBUG: cdata = "..cdata..", first = "..first)
if not(tlpobj.cataloguedata) then
tlpobj.cataloguedata = {}