texlive[70998] Master/tlpkg/bin/tl-update-containers: label must be
commits+karl at tug.org
commits+karl at tug.org
Fri Apr 19 18:25:57 CEST 2024
Revision: 70998
https://tug.org/svn/texlive?view=revision&revision=70998
Author: karl
Date: 2024-04-19 18:25:57 +0200 (Fri, 19 Apr 2024)
Log Message:
-----------
label must be on loop statement.
Modified Paths:
--------------
trunk/Master/tlpkg/bin/tl-update-containers
Modified: trunk/Master/tlpkg/bin/tl-update-containers
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-containers 2024-04-19 16:18:02 UTC (rev 70997)
+++ trunk/Master/tlpkg/bin/tl-update-containers 2024-04-19 16:25:57 UTC (rev 70998)
@@ -244,9 +244,8 @@
}
# get list of packages.
- PACKS:
debug("at PACKS: todo = @todopacks\n");
- for my $pkg (sort @todopacks) {
+ PACKS: for my $pkg (sort @todopacks) {
next if $pkg =~ /00texlive/;
# we make links from unversioned to versioned containers; this
# variable is an override for debugging:
More information about the tex-live-commits
mailing list.