From a05933d4b9894ba935f76df239f866568edaa420 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 17 Mar 2021 01:26:23 +0000 Subject: fix catalogue data reading in tlpsrc git-svn-id: svn://tug.org/texlive/trunk@58463 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPSRC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm index c3a731fe84b..84c0a9830e5 100644 --- a/Master/tlpkg/TeXLive/TLPSRC.pm +++ b/Master/tlpkg/TeXLive/TLPSRC.pm @@ -222,7 +222,7 @@ sub from_file { } elsif ($line =~ /^tlpsetvar\s+([-_a-zA-Z0-9]+)\s+(.*)$/) { $tlpvars{$1} = $2; - } elsif ($line =~ /^catalogue-(.+)\s*(.*)$/o) { + } elsif ($line =~ /^catalogue-([^\s]+)\s+(.*)$/o) { $self->{'cataloguedata'}{$1} = $2 if defined $2; } else { -- cgit v1.2.3