summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-08-04 11:23:54 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-08-04 11:23:54 +0000
commit8b923f1bbe4c991f302e7b94d0d4ba8c790cfabc (patch)
tree40d24dbae48a388fb115c14936d29cacde05bddf /Master/tlpkg
parente11433019c9cf3ef253f19cd9f59e6e23814ca6e (diff)
adding a --non-verbose option
git-svn-id: svn://tug.org/texlive/trunk@10068 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 70e778b754a..47156e90dbe 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -246,6 +246,9 @@ sub main
} elsif ($ARGV[0] eq "--check-all") {
$OPT{"verbose"} = 0;
@ARGV = &normal_tlps;
+ } elsif ($ARGV[0] eq "--non-verbose") {
+ $OPT{"verbose"} = 0;
+ shift @ARGV;
}
my $errcount = 0;