solenv/bin/modules/installer/download.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 24f6035e79f474c6878a775b2be62691ac950d36
Author: Caolán McNamara <caol...@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;
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to