From e39aba5fd6b16e2d77886138fcc4ca36b7bbc705 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Tue, 21 Dec 2010 08:28:08 +0000 Subject: [PATCH 1/1] *** empty log message *** --- Install/scripts/creaBrukerVariables.sh | 8 ++++---- Install/scripts/creaImageIOVariables.sh | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Install/scripts/creaBrukerVariables.sh b/Install/scripts/creaBrukerVariables.sh index 0dda242..b186ea1 100644 --- a/Install/scripts/creaBrukerVariables.sh +++ b/Install/scripts/creaBrukerVariables.sh @@ -9,11 +9,11 @@ cd $binfolder # use GDCM1 as default ! if [ $4 = "GDCM2" ] then -boolgdcm2 = ON -boolgdcm1 = OFF +boolgdcm2=ON +boolgdcm1=OFF else -boolgdcm2 = OFF -boolgdcm1 = ON +boolgdcm2=OFF +boolgdcm1=ON fi diff --git a/Install/scripts/creaImageIOVariables.sh b/Install/scripts/creaImageIOVariables.sh index 6f8562b..a1866a4 100644 --- a/Install/scripts/creaImageIOVariables.sh +++ b/Install/scripts/creaImageIOVariables.sh @@ -12,11 +12,11 @@ cd $binfolder # use GDCM1 as default ! if [ $4 = "GDCM2" ] then -boolgdcm2 = ON -boolgdcm1 = OFF +boolgdcm2=ON +boolgdcm1=OFF else -boolgdcm2 = OFF -boolgdcm1 = ON +boolgdcm2=OFF +boolgdcm1=ON fi cmake -D crea_DIR:PATH=$currentdir/creatools_bin/creaBin CMakeCache.txt -- 2.45.1