diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 10:53:57 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 10:53:57 +0000 |
commit | 2fe23c340be2828b8cf2ef3e0f7907cb96dc60c1 (patch) | |
tree | 233a6b1972b0005910ac59e679e0d830339ff0eb /solenv/bin/modules/installer/parameter.pm | |
parent | 5e5afd55dc286dc13eb3ff69fbbeb84aa8eab5b6 (diff) |
INTEGRATION: CWS shutup2 (1.47.8); FILE MERGED
2008/05/23 09:53:16 rt 1.47.8.2: RESYNC: (1.47-1.48); FILE MERGED
2008/05/21 08:24:02 rt 1.47.8.1: #i84263# Command line switch to override VERBOSE environment setting.
Diffstat (limited to 'solenv/bin/modules/installer/parameter.pm')
-rw-r--r-- | solenv/bin/modules/installer/parameter.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/parameter.pm b/solenv/bin/modules/installer/parameter.pm index b752be2feb61..1b615cc7c063 100644 --- a/solenv/bin/modules/installer/parameter.pm +++ b/solenv/bin/modules/installer/parameter.pm @@ -8,7 +8,7 @@ # # $RCSfile: parameter.pm,v $ # -# $Revision: 1.48 $ +# $Revision: 1.49 $ # # This file is part of OpenOffice.org. # @@ -144,6 +144,7 @@ sub getparameter elsif ($param eq "-format") { $installer::globals::packageformat = shift(@ARGV); } elsif ($param eq "-log") { $installer::globals::globallogging = 1; } elsif ($param eq "-quiet") { $installer::globals::quiet = 1; } + elsif ($param eq "-verbose") { $installer::globals::quiet = 0; } elsif ($param eq "-debug") { $installer::globals::debug = 1; } elsif ($param eq "-tab") { $installer::globals::tab = 1; } elsif ($param eq "-u") { $installer::globals::unpackpath = shift(@ARGV); } |