Kaydet (Commit) 3c0f3609 authored tarafından Michael Stahl's avatar Michael Stahl

fdo#59798: MSI installer spurious space in version number

(regression from e024a8d8)

Change-Id: I0a94f7265d310f0f5c48c747ffca49a7aeb05a01
üst c1760a24
......@@ -160,7 +160,7 @@ sub get_productname_for_property_table($$)
if ( $allvariables->{'PRODUCTEXTENSION'} )
{
$productextension = $allvariables->{'PRODUCTEXTENSION'};
$productname = $productname . " " . $productextension;
$productname = $productname . $productextension;
}
if ( $installer::globals::languagepack )
......
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