summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-containers2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers
index 20c18eba293..3ed837dd508 100755
--- a/Master/tlpkg/bin/tl-update-containers
+++ b/Master/tlpkg/bin/tl-update-containers
@@ -422,7 +422,7 @@ sub main {
if (@todopacks) {
# something changed.
for my $listname (qw(new removed updated)) {
- my @list = eval ('@new_' . $listname);
+ my @list = eval ('@pkgs_' . $listname);
info("$prg: ", 0 + @list, " $listname");
info(@list ? ": @list" : ".");
info("\n");