diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-containers | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers index aa83b70800e..4dde799942b 100755 --- a/Master/tlpkg/bin/tl-update-containers +++ b/Master/tlpkg/bin/tl-update-containers @@ -244,9 +244,8 @@ sub main { } # 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: |