From a7b8071df7096686f3e1a3d865be5b4770f36618 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Mon, 11 Oct 2010 13:40:25 +0000 Subject: [PATCH] add $archi --- Install/scripts/All.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Install/scripts/All.sh b/Install/scripts/All.sh index 0f00310..153d4ac 100644 --- a/Install/scripts/All.sh +++ b/Install/scripts/All.sh @@ -3,9 +3,9 @@ if [ $# = 0 ] then echo "Use it as :" -echo "sh All.sh " +echo "sh All.sh " echo " " -echo "ex : sh All.sh /tmp/gendir OFF jpr /usr/local/lib/vtk-5.4 /home/jpr/myIntsallDirectory" +echo "ex : sh All.sh /tmp/gendir OFF jpr /usr/local/lib/vtk-5.4 /home/jpr/myInstallDirectory 32" exit 0 fi @@ -22,7 +22,7 @@ echo "----------" if [ $# != 6 ] then -echo "use it as sh All.sh /tmp/gendir OFF jpr /usr/local/lib/vtk-5.4 /home/jpr/myInstallDirectory Release" +echo "use it as sh All.sh /tmp/gendir OFF jpr /usr/local/lib/vtk-5.4 /home/jpr/myInstallDirectory Release 32" exit 0 fi -- 2.47.1