]> Creatis software - cpPlugins.git/commitdiff
...
authorLeonardo Flórez-Valencia <florez-l@javeriana.edu.co>
Wed, 8 Nov 2017 21:20:45 +0000 (16:20 -0500)
committerLeonardo Flórez-Valencia <florez-l@javeriana.edu.co>
Wed, 8 Nov 2017 21:20:45 +0000 (16:20 -0500)
config/install_ivq.sh

index 116d95db883aa0fa8f364cfe051d57fac4f4beb6..56ad40eb85f80f2677f5b2bab76da66a29340e63 100755 (executable)
@@ -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)