diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 10:53:30 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 10:53:30 +0000 |
commit | 6e99c6177193e02a1634ffd40958a257e99f1857 (patch) | |
tree | db7d51f1486d79352f5771992411d75a96d26939 /solenv/bin/modules/installer/environment.pm | |
parent | ffcfe0472a105e51ec2c11ec38f8463341bcdf4f (diff) |
INTEGRATION: CWS shutup2 (1.12.8); FILE MERGED
2008/05/21 08:21:23 rt 1.12.8.1: #i84263# Switch on quiet mode is VERBOSE is set to FALSE.
Diffstat (limited to 'solenv/bin/modules/installer/environment.pm')
-rw-r--r-- | solenv/bin/modules/installer/environment.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/modules/installer/environment.pm b/solenv/bin/modules/installer/environment.pm index 1d943101256c..475dfaf63e9c 100644 --- a/solenv/bin/modules/installer/environment.pm +++ b/solenv/bin/modules/installer/environment.pm @@ -8,7 +8,7 @@ # # $RCSfile: environment.pm,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # # This file is part of OpenOffice.org. # @@ -101,7 +101,7 @@ sub set_global_environment_variables if ( $ENV{'JDKLIB'} ) { $installer::globals::jdklib = $ENV{'JDKLIB'}; } if ( $ENV{'JREPATH'} ) { $installer::globals::jrepath = $ENV{'JREPATH'}; } - if ( $ENV{'BSCLIENT'} && ( (lc $ENV{'BSCLIENT'}) eq "true" ) ) { $installer::globals::quiet = 1; } + if ( $ENV{'VERBOSE'} && ( (lc $ENV{'VERBOSE'}) eq "false" ) ) { $installer::globals::quiet = 1; } if ( $ENV{'PREPARE_WINPATCH'} ) { $installer::globals::prepare_winpatch = 1; } if ( $ENV{'PREVIOUS_IDT_DIR'} ) { $installer::globals::previous_idt_dir = $ENV{'PREVIOUS_IDT_DIR'}; } if ( $ENV{'LOCALINSTALLDIR'} ) { $installer::globals::localinstalldir = $ENV{'LOCALINSTALLDIR'}; } |