summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-08-09 13:42:45 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-08-09 13:43:14 +0100
commitfbf9794729337dd24ee11f85e052133db50d4d56 (patch)
tree84fb1b27e197ce841aa7329a27a6bd7d608d6894 /solenv
parent5300f6f711c2167931d45248c1b72dbce3a7df38 (diff)
fix typo in make_installer.pl
Change-Id: Icc0f1d1e91c704282bfd18b6218bf0659cccb63e
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/make_installer.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/make_installer.pl b/solenv/bin/make_installer.pl
index 38b479346533..fce4522451b7 100644
--- a/solenv/bin/make_installer.pl
+++ b/solenv/bin/make_installer.pl
@@ -625,7 +625,7 @@ for ( my $n = 0; $n <= $#installer::globals::languageproducts; $n++ )
if (!($installer::globals::is_copy_only_project))
{
- if ((( $installer::globals::iswindowsbuild ) && ( $installer::globals::packageformat ne "archive" ) && ( $installer::globals::packageformat ne "installed" ) ) || $insaller::globals::packageformat eq 'msi' )
+ if ((( $installer::globals::iswindowsbuild ) && ( $installer::globals::packageformat ne "archive" ) && ( $installer::globals::packageformat ne "installed" ) ) || $installer::globals::packageformat eq 'msi' )
{
installer::windows::msiglobal::set_global_code_variables($languagesarrayref, $languagestringref, $allvariableshashref, $alloldproperties);
}