From 42644d7c3c860d2a8e4924698212a23aa3002769 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Tue, 21 Feb 2017 21:41:33 +0100 Subject: [PATCH] fix error in install --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index c5f788c..73e127a 100644 --- a/install.sh +++ b/install.sh @@ -57,8 +57,7 @@ for (( i=1; i<=$#; i=$i+2 )); do *) branch=master ;; esac ;; - case $arg in - -p|--path) echo " !!! WARNING: you install BOSWATCH to alternative path !!! "; boswatchpath=$arg2 ;; + -p|--path) echo " !!! WARNING: you install BOSWATCH to alternative path !!! "; boswatchpath=$arg2 ;; *) echo "Internal error!" ; exit 1 ;; esac