[Libreoffice-commits] core.git: solenv/bin
Caolán McNamara
caolanm at redhat.com
Thu Oct 30 09:18:57 PDT 2014
solenv/bin/modules/installer/download.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 24f6035e79f474c6878a775b2be62691ac950d36
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Oct 30 16:18:31 2014 +0000
fix bracket
Change-Id: Id4fc5dda86845d23fe35122f7ade3ae99b2d123c
diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm
index 017d048..37a9123 100644
--- a/solenv/bin/modules/installer/download.pm
+++ b/solenv/bin/modules/installer/download.pm
@@ -309,7 +309,7 @@ sub get_downloadname_productname
elsif ( $allvariables->{'PRODUCTNAME'} eq "" ) { $start = "LibreOffice"; }
- else ( $start = $allvariables->{'PRODUCTNAME'}; }
+ else { $start = $allvariables->{'PRODUCTNAME'}; }
return $start;
}
More information about the Libreoffice-commits
mailing list