From 5c772b70c2a1c81fb01f51dcfb58005541808355 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Sat, 29 Oct 2016 01:01:41 +0200
Subject: [PATCH] Fixing build

---
 build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index 6d8122452..b781d4d7c 100755
--- a/build.sh
+++ b/build.sh
@@ -29,7 +29,7 @@ then
  module load gcc/4.9.2
  if [ x"$4" == x"full" ]; then
   ./install -s -c "--prefix=/home/jenkins/openfpm_install"
- else if [ x"$3" == x"numerics" ]; then
+ elif [ x"$3" == x"numerics" ]; then
   ./install -m -s -c "--prefix=/home/jenkins/openfpm_install"
   make $3
  else
@@ -98,7 +98,7 @@ else
 
  if [ x"$4" == x"full" ]; then
   ./install -s -c "--prefix=/Users/jenkins/openfpm_install"
- else if [ x"$3" == x"numerics" ]; then
+ elif [ x"$3" == x"numerics" ]; then
   ./install -m -s -c "--prefix=/home/jenkins/openfpm_install"
   make $3
  else
-- 
GitLab