Kaydet (Commit) 63912803 authored tarafından Gerd Weiss's avatar Gerd Weiss

INTEGRATION: CWS native82 (1.8.624); FILE MERGED

2007/04/20 09:20:20 is 1.8.624.3: #i74914# Windows Installer patching
2007/04/11 11:39:18 is 1.8.624.2: RESYNC: (1.8-1.9); FILE MERGED
2007/03/20 10:46:16 is 1.8.624.1: #i74914# windows patch preparation
üst 27ba8390
......@@ -4,9 +4,9 @@
#
# $RCSfile: environment.pm,v $
#
# $Revision: 1.9 $
# $Revision: 1.10 $
#
# last change: $Author: rt $ $Date: 2007-04-02 12:21:34 $
# last change: $Author: gm $ $Date: 2007-05-10 10:58:22 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
......@@ -106,7 +106,9 @@ sub set_global_environment_variables
if ( $ENV{'JREPATH'} ) { $installer::globals::jrepath = $ENV{'JREPATH'}; }
if ( $ENV{'BSCLIENT'} && ( (lc $ENV{'BSCLIENT'}) eq "true" ) ) { $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'}; }
if ( $ENV{'MAX_LANG_LENGTH'} ) { $installer::globals::max_lang_length = $ENV{'MAX_LANG_LENGTH'}; }
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment