From 390719b9031919dae795fd88562f7b258e566046 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Fri, 1 Oct 2010 06:57:26 +0000 Subject: [PATCH] fix --- ctest/dashboard/cmakemod.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ctest/dashboard/cmakemod.sh b/ctest/dashboard/cmakemod.sh index 00d15e9..34344c1 100644 --- a/ctest/dashboard/cmakemod.sh +++ b/ctest/dashboard/cmakemod.sh @@ -5,12 +5,12 @@ VTKdir=$3 installPrefix=$4 dirInstall=$currentdir/tmpCreaTools_INSTALL/$1Bin -if [$# = 4] -then +#if [$# = 4] +#then installPrefix=$4 -else +#else installPrefix="/usr/local" -fi +#fi echo dirInstall echo $dirInstall -- 2.49.0