diff options
Diffstat (limited to 'Master/tlpkg/bin/tlpkg-ctan-check')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index a0b4a736395..5dfbf46fd8c 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -220,7 +220,7 @@ sub main $OPT{"verbose"} = 1; - if ($ARGV[0] eq "--list-not-treated-tlp") { + if ($ARGV[0] eq "--list-not-treated") { @AllTLP = $tlpdb->list_packages; my @nottreatedtlp=(); foreach my $b (@AllTLP) { @@ -234,12 +234,11 @@ sub main exit 0; } # xx read FILES.last7days, determine CTAN changes, map to TL packages - # xx alternatively, check all tpm's + # xx alternatively, check all tlp's, etc. ... if ($ARGV[0] eq "--check") { $OPT{"verbose"} = 0; # xx but for now, just check the few packages we have worked with. - # xx don't check babel, heiko patched it. @ARGV = @WorkingTLP; } |