From 6edd229a527e4c09f0c6c15e84d187679cfc24b2 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Fri, 11 Sep 2015 21:40:31 +0200
Subject: [PATCH] Fixed jenkins script

---
 build_pdata.sh | 2 --
 install        | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/build_pdata.sh b/build_pdata.sh
index e6e5c8b3..c30929bb 100644
--- a/build_pdata.sh
+++ b/build_pdata.sh
@@ -19,8 +19,6 @@ if [ $? -ne 0 ]; then
   exit 1
 fi
 
-pwd
-ls
 # pull from all the projects
 cd openfpm_data
 git pull origin develop
diff --git a/install b/install
index b7532614..aed9bbdf 100755
--- a/install
+++ b/install
@@ -107,7 +107,7 @@ fi
 
 ## if a new compiler has been installed reinstall all the dependencies
 
-if [ x"compiler_opt" != "" ]; then
+if [ x"$compiler_opt" != "" ]; then
   ./script/install_MPI.sh $i_dir $compiler_opt
   export PATH="$PATH:$i_dir/MPI/bin"
   configure_options="$configure_options CXX=mpic++  "
-- 
GitLab