From 652139f121167039f29fec9ad82233dca1868bfe Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Sun, 25 Nov 2018 15:05:48 +0100 Subject: [PATCH] Fixing installation on OSX --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index acb527b93..ac0c63c7a 100755 --- a/run.sh +++ b/run.sh @@ -4,8 +4,8 @@ echo "Directory: $1" echo "Machine: $2" -echo "Num of processors: $4" -echo "Branch: $7" +echo "Num of processors: $3" +echo "Branch: $6" exit 1 -- GitLab