From b00d772aeca15669641c736aa208ec5c03d1e33f Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Tue, 5 Oct 2010 14:52:02 +0000 Subject: [PATCH] Fix --- ctest/dashboard/All.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ctest/dashboard/All.sh b/ctest/dashboard/All.sh index e6e87c7..6255596 100644 --- a/ctest/dashboard/All.sh +++ b/ctest/dashboard/All.sh @@ -9,15 +9,12 @@ echo "ex : sh All.sh /tmp/gendir OFF jpr /usr/local/lib/vtk-5.4 /home/jpr/myInsa exit 0 fi - - if [ $# != 5 ] then echo "use it as sh All.sh /tmp/gendir OFF jpr /usr/local/lib/vtk-5.4 /home/jpr/myInsallDirectory" exit 0 fi -exit 0 # @echo off #allow user to choose the generation dir @@ -46,7 +43,7 @@ mkdir $generationdir/tmpCreaTools_INSTALL bbtkgeditorsource=bbtkGEditor creatoolssource=creaTools -if [ true = false ] +if [ true = true ] then rm -rf $generationdir/creaBin -- 2.45.1