blob: a934ba8cb5089bbadbb70af59dc7014ed7f878cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Index: solenv/bin/modules/installer/parameter.pm
===================================================================
RCS file: /cvs/tools/solenv/bin/modules/installer/parameter.pm,v
retrieving revision 1.53
diff -u -r1.53 parameter.pm
--- solenv/bin/modules/installer/parameter.pm 1 Jul 2008 15:41:50 -0000 1.53
+++ solenv/bin/modules/installer/parameter.pm 6 Jul 2008 22:58:42 -0000
@@ -305,7 +305,7 @@
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" )
|