From 4dd9fe71e9fabe30a2b6db19ba8963a3eeb9f635 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leonardo=20Fl=C3=B3rez-Valencia?= Date: Wed, 8 Nov 2017 16:20:45 -0500 Subject: [PATCH] ... --- config/install_ivq.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.49.0