summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-05-19 20:42:47 +0000
committerNorbert Preining <preining@logic.at>2008-05-19 20:42:47 +0000
commit4166513a35fd66192b91fd667b3b386175bb9b5b (patch)
tree0e641eb1e55ecfade52a27342a8df4f477b9ad7e /Master/tlpkg/TeXLive/TLUtils.pm
parent2abf9fc9bddef9695709cda32a88899699059d7d (diff)
fix some bugs in the logging code
git-svn-id: svn://tug.org/texlive/trunk@8238 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 082591c89bf..cef28264425 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -115,6 +115,8 @@ BEGIN {
use TeXLive::TLConfig;
use Getopt::Long;
+$::opt_verbosity = 0;
+
=pod