From 18b8f344283848f04975662ca222855876e9e2b0 Mon Sep 17 00:00:00 2001
From: Enol Fernandez <enolfc@ifca.unican.es>
Date: Wed, 28 Aug 2013 11:34:07 +0200
Subject: [PATCH] Fixed scili detection.

---
 src/mpi-start.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mpi-start.in b/src/mpi-start.in
index c744f99..3212d72 100755
--- a/src/mpi-start.in
+++ b/src/mpi-start.in
@@ -487,7 +487,7 @@ mpi_start_detect_os() {
             if test $? -eq 0 ; then
                 export MPI_START_OS_DIST_TYPE="debian"
             fi
-            echo $MPI_START_OS_DIST | egrep -i "redhat|scientificlinux" > /dev/null 
+            echo $MPI_START_OS_DIST | egrep -i "redhat|scientific" > /dev/null 
             if test $? -eq 0 ; then
                 export MPI_START_OS_DIST_TYPE="el"
             fi
-- 
GitLab