From 8140e4970c9a8d967a9e4be78daa467c0b7f2a9e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 6 Nov 2010 23:21:53 +0000 Subject: confproc non-update (6nov10) git-svn-id: svn://tug.org/texlive/trunk@20346 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tlpkg-ctan-check | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Master/tlpkg/bin') diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 77f5e071299..7e05c79fac5 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -440,6 +440,12 @@ sub main shift @ARGV; } + $OPT{"all"} = 0; + if ($ARGV[0] eq "--all") { + $OPT{"all"} = 1; + shift @ARGV; + } + if ($ARGV[0] eq "--list-not-treated") { my @not_checked = (); for my $b (&normal_tlps ()) { -- cgit v1.2.3