diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 12:09:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 12:09:48 +0000 |
commit | 7d3ce44fa08eb8cc62567d32d07cf6a08c7c6633 (patch) | |
tree | 1a0bf9edb7dea772a9f0f73ed15d27781a7de248 /config_office | |
parent | 711778d7d6a570d81aaa1e3b377336e10c00bc56 (diff) |
INTEGRATION: CWS cloph07 (1.152.14); FILE MERGED
2007/08/01 10:03:42 cloph 1.152.14.1: Issue number: #i80231#
add missing ; to avoid uninitialized variable warning
Diffstat (limited to 'config_office')
-rw-r--r-- | config_office/set_soenv.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config_office/set_soenv.in b/config_office/set_soenv.in index f61c3c4203b7..6a32849d1ec6 100644 --- a/config_office/set_soenv.in +++ b/config_office/set_soenv.in @@ -1,8 +1,8 @@ #!@PERL@ -w # # Program: set_soenv.in -# Version: $Revision: 1.155 $ -# Date: $Date: 2007-08-02 15:55:40 $ +# Version: $Revision: 1.156 $ +# Date: $Date: 2007-08-03 13:09:48 $ # Author: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems, Ireland. # #--------------------------------------------------------------------------- @@ -1208,7 +1208,7 @@ elsif ($platform =~ m/darwin/) { $PATH = $cur_dir. $ps.'$SOLARVER'.$ds.'$INPATH'.$BIN. $ps.'$SOLARENV'.$ds.'$OUTPATH'.$BIN. - $ps.'$SOLARENV'.$BIN. + $ps.'$SOLARENV'.$BIN; # Append old PATH $PATH .= $ps.$oldPATH; |