texlive[58463] Master/tlpkg/TeXLive/TLPSRC.pm: fix catalogue data

commits+preining at tug.org commits+preining at tug.org
Wed Mar 17 02:26:23 CET 2021


Revision: 58463
          http://tug.org/svn/texlive?view=revision&revision=58463
Author:   preining
Date:     2021-03-17 02:26:23 +0100 (Wed, 17 Mar 2021)
Log Message:
-----------
fix catalogue data reading in tlpsrc

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLPSRC.pm

Modified: trunk/Master/tlpkg/TeXLive/TLPSRC.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLPSRC.pm	2021-03-17 01:25:11 UTC (rev 58462)
+++ trunk/Master/tlpkg/TeXLive/TLPSRC.pm	2021-03-17 01:26:23 UTC (rev 58463)
@@ -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.