From f6230cdfdab3ebfa8badfc782b5cf63a61605d58 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Mon, 20 Dec 2010 14:25:58 +0000 Subject: [PATCH] Fix comments --- Install/scripts/make.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Install/scripts/make.sh b/Install/scripts/make.sh index 586ccad..6e69875 100644 --- a/Install/scripts/make.sh +++ b/Install/scripts/make.sh @@ -3,11 +3,11 @@ if [ $# = 0 ] then echo "Use it as :" -echo "sh All.sh " +echo "sh make.sh " echo "with 'installPrefix' : /usr/local or /creatools_install" echo "with 'GDCM Version' : GDCM1 / GDCM2" echo " " -echo "ex : sh All.sh /tmp/gendir OFF jpr /tmp/gendir/creatools_install Debug GDCM2" +echo "ex : sh make.sh /tmp/gendir OFF jpr /tmp/gendir/creatools_install Debug GDCM2" exit 0 fi @@ -24,10 +24,10 @@ echo "----------" if [ $# != 6 ] then -echo "sh All.sh " +echo "sh make.sh " echo "with 'installPrefix' : /usr/local or /creatools_install" echo " " -echo "ex : sh All.sh /tmp/gendir OFF jpr /tmp/gendir/creatools_install Debug GDCM2" +echo "ex : sh make.sh /tmp/gendir OFF jpr /tmp/gendir/creatools_install Debug GDCM2" exit 0 fi -- 2.45.1