texlive[58462] branches/branch2020.0/Master/tlpkg/TeXLive/TLPSRC.pm:
commits+preining at tug.org
commits+preining at tug.org
Wed Mar 17 02:25:11 CET 2021
Revision: 58462
http://tug.org/svn/texlive?view=revision&revision=58462
Author: preining
Date: 2021-03-17 02:25:11 +0100 (Wed, 17 Mar 2021)
Log Message:
-----------
fix catalogue data reading in tlpsrc
Modified Paths:
--------------
branches/branch2020.0/Master/tlpkg/TeXLive/TLPSRC.pm
Modified: branches/branch2020.0/Master/tlpkg/TeXLive/TLPSRC.pm
===================================================================
--- branches/branch2020.0/Master/tlpkg/TeXLive/TLPSRC.pm 2021-03-17 00:27:09 UTC (rev 58461)
+++ branches/branch2020.0/Master/tlpkg/TeXLive/TLPSRC.pm 2021-03-17 01:25:11 UTC (rev 58462)
@@ -222,7 +222,7 @@
} 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 {
More information about the tex-live-commits
mailing list.