diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-07-07 09:40:53 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-07-07 09:40:53 +0000 |
commit | 7ed32af33888f34308932aa68170cff08bdd1563 (patch) | |
tree | 20d4cf821a2169e1c6933e48800aee933878dcca /solenv/bin/modules/installer/parameter.pm | |
parent | 85af375e86dcd42d23325df9eaaff476b7037fc4 (diff) |
#i91393#
Diffstat (limited to 'solenv/bin/modules/installer/parameter.pm')
-rw-r--r-- | solenv/bin/modules/installer/parameter.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/modules/installer/parameter.pm b/solenv/bin/modules/installer/parameter.pm index e858bf282d9f..0b9295e37566 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.53 $ +# $Revision: 1.54 $ # # This file is part of OpenOffice.org. # @@ -305,7 +305,7 @@ sub setglobalvariables if ( $installer::globals::compiler =~ /unxso[lg]i/ ) { $installer::globals::issolarisx86build = 1; } - if ($ENV{OS} == 'LINUX') + if ($ENV{OS} eq 'LINUX') { $installer::globals::islinuxbuild = 1; if ( $installer::globals::packageformat eq "rpm" ) |