From 4a95e7b71faa123033c0721f977b5924462e95ef Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Thu, 30 Sep 2010 15:39:06 +0000 Subject: [PATCH] (try to) install --- ctest/dashboard/All.sh | 19 ++++++++++--------- ctest/dashboard/compilemod.sh | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/ctest/dashboard/All.sh b/ctest/dashboard/All.sh index 4fd8885..66aa88d 100644 --- a/ctest/dashboard/All.sh +++ b/ctest/dashboard/All.sh @@ -1,18 +1,19 @@ #!/bin/sh -if [$# = 0] -then + +#if [$# = 0] +#then echo "Use it as :" echo "sh All.sh " echo " " echo "ex : sh All.sh /tmp/gendir OFF jpr /usr/local/lib/vtk-5.4 /home/jpr/myInsallDirectory" -exit 0 -fi +#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 +#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 # @echo off diff --git a/ctest/dashboard/compilemod.sh b/ctest/dashboard/compilemod.sh index b0b7787..5a85f1b 100644 --- a/ctest/dashboard/compilemod.sh +++ b/ctest/dashboard/compilemod.sh @@ -7,5 +7,5 @@ cd $3/tmpCreaTools_INSTALL/$2Bin #echo $3 make - +make install cd .. -- 2.45.1