summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-27 23:38:58 +0000
committerKarl Berry <karl@freefriends.org>2009-09-27 23:38:58 +0000
commit6c350f99f410a5337a2e11b266ba52340a5dfc23 (patch)
treecd312e2b1a33c84aeb8303b859754275cc6fd648 /Master/tlpkg/bin
parent8226c8b2e623b168ee4e6f305de5374c43798ff1 (diff)
memoir update (27sep09)
git-svn-id: svn://tug.org/texlive/trunk@15488 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-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 23df9222421..96539d776bf 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -412,7 +412,7 @@ sub do_tlp
warn "\n$tlpn: no files to compare in $ctan_dir, fixme!\n";
warn "(tpm_files = @tpm_files)\n";
} elsif ($needed == 0) {
- print "ok\n";
+ print "ok\n" if $OPT{"verbose"};
}
print ((@compared + 0) . " compared (@compared)\n") if $OPT{"verbose"};