From: Leonardo Flórez-Valencia Date: Wed, 8 Nov 2017 21:20:45 +0000 (-0500) Subject: ... X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=4dd9fe71e9fabe30a2b6db19ba8963a3eeb9f635;p=cpPlugins.git ... --- diff --git a/config/install_ivq.sh b/config/install_ivq.sh index 116d95d..56ad40e 100755 --- a/config/install_ivq.sh +++ b/config/install_ivq.sh @@ -53,7 +53,7 @@ decompress( ) ## -- Check platform platform=`uname` qt5extras_id="x11" -if [[ "$platform" == 'Darwin' ]]; then +if [[ "$platform" == 'Darwin' ]] ; then qt5extras_id="mac" fi @@ -71,7 +71,7 @@ itk_short_version=`echo $itk_version | sed 's/\.[^.]*$//'` itk_url="https://downloads.sourceforge.net/project/itk/itk/$itk_short_version/InsightToolkit-$itk_version.tar.xz" ## -- Command line options -while [[ "$#" -gt 1 ]]; do +while [[ "$#" -gt 1 ]] ; do key="$1" case $key in -prefix)