From 6c76ee85438b2ed7686b3e063146912f8be13cc4 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Mon, 11 Oct 2010 13:46:39 +0000 Subject: [PATCH] Fix param nb --- Install/scripts/All.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.1