texlive[73412] Master/tlpkg/bin/tl-update-tlpdb:

commits+karl at tug.org commits+karl at tug.org
Sat Jan 11 18:26:45 CET 2025


Revision: 73412
          https://tug.org/svn/texlive?view=revision&revision=73412
Author:   karl
Date:     2025-01-11 18:26:45 +0100 (Sat, 11 Jan 2025)
Log Message:
-----------
(compare_and_fix_tlpdbs): syntax of new omission
of warn with --from-files.

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tl-update-tlpdb

Modified: trunk/Master/tlpkg/bin/tl-update-tlpdb
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-tlpdb	2025-01-11 17:22:27 UTC (rev 73411)
+++ trunk/Master/tlpkg/bin/tl-update-tlpdb	2025-01-11 17:26:45 UTC (rev 73412)
@@ -280,7 +280,7 @@
           # change, we have either rA < rB or rA > rB.
           # If read filesystem, the existing revision will always be 1,
           # no use in giving a warning about every package.
-          if ($rA > $rB && (!opt_from_files && $rB == 1)) {
+          if ($rA > $rB && (!$opt_fromfiles && $rB == 1)) {
             tlwarn("$prg: BIG WARNING for $p: file lists didn't change "
                    . "but revision is going backward ($rA > $rB)\n");
             $packages_needing_fixup{$p} = 1;



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