texlive[47555] Master/tlpkg/TeXLive/TLTREE.pm: (_get_matching_files):

commits+karl at tug.org commits+karl at tug.org
Tue May 1 20:23:17 CEST 2018


Revision: 47555
          http://tug.org/svn/texlive?view=revision&revision=47555
Author:   karl
Date:     2018-05-01 20:23:17 +0200 (Tue, 01 May 2018)
Log Message:
-----------
(_get_matching_files): pattern pattern typo

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

Modified: trunk/Master/tlpkg/TeXLive/TLTREE.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLTREE.pm	2018-05-01 18:22:55 UTC (rev 47554)
+++ trunk/Master/tlpkg/TeXLive/TLTREE.pm	2018-05-01 18:23:17 UTC (rev 47555)
@@ -349,7 +349,7 @@
   } elsif ($pattype eq "d") {
     @matchfiles = $self->files_under_path($patdata);
   } else {
-    die "Unknown pattern pattern type `$pattype' in $p";
+    die "Unknown pattern type `$pattype' in $p";
   }
   ddebug("p=$p; matchfiles=@matchfiles\n");
   return @matchfiles;



More information about the tex-live-commits mailing list