summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPSRC.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2021-03-17 01:26:23 +0000
committerNorbert Preining <preining@logic.at>2021-03-17 01:26:23 +0000
commita05933d4b9894ba935f76df239f866568edaa420 (patch)
tree45f7a56b86418abff2edc8521eddc45813ef7066 /Master/tlpkg/TeXLive/TLPSRC.pm
parent75578655c7032d39590d28b5957f54895d9fe618 (diff)
fix catalogue data reading in tlpsrc
git-svn-id: svn://tug.org/texlive/trunk@58463 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPSRC.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPSRC.pm2
1 files changed, 1 insertions, 1 deletions
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 {