Kaydet (Commit) 75381109 authored tarafından Chris Sherlock's avatar Chris Sherlock

Fix missing quote in environment.pm

Change-Id: I6f91165b5c4bfd06a23224f2ed16818c7d74852b
üst 9abc8067
......@@ -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'}; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment