Kaydet (Commit) 24f6035e authored tarafından Caolán McNamara's avatar Caolán McNamara

fix bracket

Change-Id: Id4fc5dda86845d23fe35122f7ade3ae99b2d123c
üst 8e79e778
......@@ -309,7 +309,7 @@ sub get_downloadname_productname
elsif ( $allvariables->{'PRODUCTNAME'} eq "" ) { $start = "LibreOffice"; }
else ( $start = $allvariables->{'PRODUCTNAME'}; }
else { $start = $allvariables->{'PRODUCTNAME'}; }
return $start;
}
......
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