summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index f7578bd881f..3dbaa344b11 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -225,7 +225,7 @@ sub main
@AllTLP = $tlpdb->list_packages;
my @nottreatedtlp=();
foreach my $b (@AllTLP) {
- my @foo = grep(/^$b$/, @WorkingTPM);
+ my @foo = grep(/^$b$/, @WorkingTLP);
if ($#foo < 0) { push @nottreatedtlp, $b ; }
}
print "List of tlps which are not in ctan-check:\n";