diff options
author | Gerd Weiss <gm@openoffice.org> | 2007-05-10 09:58:34 +0000 |
---|---|---|
committer | Gerd Weiss <gm@openoffice.org> | 2007-05-10 09:58:34 +0000 |
commit | ebb74a7a185c39814c686ce7cd0efc30d9734630 (patch) | |
tree | bc836b5edc3407a68b5698962c5e8659d430adce /solenv/bin/modules/installer/exiter.pm | |
parent | 63912803343ed4c8c8c786a2ac5d7933767f9df7 (diff) |
INTEGRATION: CWS native82 (1.6.624); FILE MERGED
2007/03/22 11:06:01 is 1.6.624.1: #i74914# preparing Windows patch
Diffstat (limited to 'solenv/bin/modules/installer/exiter.pm')
-rw-r--r-- | solenv/bin/modules/installer/exiter.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/solenv/bin/modules/installer/exiter.pm b/solenv/bin/modules/installer/exiter.pm index 473932bc0afa..43bca95e0a31 100644 --- a/solenv/bin/modules/installer/exiter.pm +++ b/solenv/bin/modules/installer/exiter.pm @@ -4,9 +4,9 @@ # # $RCSfile: exiter.pm,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-08 09:02:55 $ +# last change: $Author: gm $ $Date: 2007-05-10 10:58:34 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -64,6 +64,8 @@ sub exit_program $installer::globals::logfilename = $installer::globals::exitlog . $installer::globals::logfilename; + if ( ! $installer::globals::globalinfo_copied ) { installer::logger::copy_globalinfo_into_logfile(); } + if ( $#installer::globals::logfileinfo > -1 ) { $infoline = "\n***************************************************************\n"; |