diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-06 23:21:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-06 23:21:53 +0000 |
commit | 8140e4970c9a8d967a9e4be78daa467c0b7f2a9e (patch) | |
tree | ca3820642de25c82c1700c0903df867dc633f2c1 /Master/tlpkg/bin/tlpkg-ctan-check | |
parent | 159421148a8231943e915d671c24c7a7b7c1f781 (diff) |
confproc non-update (6nov10)
git-svn-id: svn://tug.org/texlive/trunk@20346 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkg-ctan-check')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 6 |
1 files changed, 6 insertions, 0 deletions
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 ()) { |