[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 072d67dda614580c3eaaa3b854fe112d70ed99fa

Franck VILLAUME nerville at fusionforge.org
Thu Feb 13 17:31:07 CET 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_3 has been updated
       via  072d67dda614580c3eaaa3b854fe112d70ed99fa (commit)
      from  7cebf84726b3ac975811b55353f0b5cf1bb0c93f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 072d67dda614580c3eaaa3b854fe112d70ed99fa
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Thu Feb 13 17:29:55 2014 +0100

    install-ng: really fix syntax

diff --git a/src/install/detect_os b/src/install/detect_os
index dc9eb04..63d77c1 100755
--- a/src/install/detect_os
+++ b/src/install/detect_os
@@ -109,7 +109,7 @@ detect_version()
 				release=$(rpm -q --queryformat='%{release}' kernel)
 				version=${release##*.}
 				;;
-		case
+		esac
 	else
 		version=$(lsb_release -rs | cut -f1 -d.)
 	fi

-----------------------------------------------------------------------

Summary of changes:
 src/install/detect_os |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list