[Libreoffice-commits] core.git: solenv/bin
Chris Sherlock
chris.sherlock79 at gmail.com
Sat Oct 11 00:45:28 PDT 2014
solenv/bin/modules/installer/environment.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 75381109025694628d9c95a0391a38e1ab7f2938
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Sat Oct 11 18:44:20 2014 +1100
Fix missing quote in environment.pm
Change-Id: I6f91165b5c4bfd06a23224f2ed16818c7d74852b
diff --git a/solenv/bin/modules/installer/environment.pm b/solenv/bin/modules/installer/environment.pm
index 5e106b21..af9e4e2 100644
--- a/solenv/bin/modules/installer/environment.pm
+++ b/solenv/bin/modules/installer/environment.pm
@@ -109,7 +109,7 @@ sub set_global_environment_variables
$installer::globals::compiler = $environment->{'OUTPATH'};
$installer::globals::os = $environment->{'OS'};
$installer::globals::com = $environment->{'COM'};
- $installer::globals::cpuname = $environment->{'CPUNAME};
+ $installer::globals::cpuname = $environment->{'CPUNAME'};
if ( $ENV{'LAST_MINOR'} ) { $installer::globals::lastminor = $ENV{'LAST_MINOR'}; }
More information about the Libreoffice-commits
mailing list