]> Creatis software - creaToolsTools.git/commitdiff
Fix param nb
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 11 Oct 2010 13:46:39 +0000 (13:46 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 11 Oct 2010 13:46:39 +0000 (13:46 +0000)
Install/scripts/All.sh

index 153d4accfdf65caf1d80cce3c7751d13ecbd8fbd..860d0100543b4a38d02af71067ace1efb5085f1f 100644 (file)
@@ -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