From: jean-pierre roux Date: Mon, 11 Oct 2010 13:46:39 +0000 (+0000) Subject: Fix param nb X-Git-Tag: Creatools2-0-3.creaToolsTools2-0-3.17Feb2011~126 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=6c76ee85438b2ed7686b3e063146912f8be13cc4;p=creaToolsTools.git Fix param nb --- diff --git a/Install/scripts/All.sh b/Install/scripts/All.sh index 153d4ac..860d010 100644 --- a/Install/scripts/All.sh +++ b/Install/scripts/All.sh @@ -20,7 +20,7 @@ echo $5 echo $6 echo "----------" -if [ $# != 6 ] +if [ $# != 7 ] then echo "use it as sh All.sh /tmp/gendir OFF jpr /usr/local/lib/vtk-5.4 /home/jpr/myInstallDirectory Release 32" exit 0