texlive[60503] Master/tlpkg/bin/cmp-textfiles: typo in \s

commits+karl at tug.org commits+karl at tug.org
Mon Sep 13 22:11:28 CEST 2021


Revision: 60503
          http://tug.org/svn/texlive?view=revision&revision=60503
Author:   karl
Date:     2021-09-13 22:11:28 +0200 (Mon, 13 Sep 2021)
Log Message:
-----------
typo in \s

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/cmp-textfiles

Modified: trunk/Master/tlpkg/bin/cmp-textfiles
===================================================================
--- trunk/Master/tlpkg/bin/cmp-textfiles	2021-09-13 20:09:23 UTC (rev 60502)
+++ trunk/Master/tlpkg/bin/cmp-textfiles	2021-09-13 20:11:28 UTC (rev 60503)
@@ -40,7 +40,7 @@
   open (my $FILE, $fname) || die "open($fname) failed: $!";
   while (<$FILE>) {
     s/\r\n?/\n/g;
-    next if /^\*$/;       # ignore blank lines.
+    next if /^\s*$/;       # ignore blank lines.
     next if /^\s*%%\s*$/; # ignore %% lines, see above.
     #warn "line is |$_|";
     $ret .= $_;



More information about the tex-live-commits mailing list.