From 4193ca1e32d5c07b70aeb47760141fe8cc33800a Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Tue, 22 Mar 2011 15:39:16 +0000 Subject: [PATCH] typo --- Linux/README.txt | 2 +- Linux/menu.sh | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Linux/README.txt b/Linux/README.txt index c9709e6..3a1c5b9 100644 --- a/Linux/README.txt +++ b/Linux/README.txt @@ -1,5 +1,5 @@ WARNING : -Ise always bash (never use sh!) +Use always bash (never use sh!) A) bash menu.sh diff --git a/Linux/menu.sh b/Linux/menu.sh index 18628b8..2a40e06 100644 --- a/Linux/menu.sh +++ b/Linux/menu.sh @@ -34,7 +34,7 @@ do echo " Use Expanded menu :................5 " else echo " Use compact menu :.................5 " - fi + fi echo " Uninstall the CreaTools :..........6 " echo " Help ..............................7 Help about this menu" echo " Show some Environment Variables ...8" @@ -357,15 +357,15 @@ do #2.2 source scripts/CreaTools-configure.sh bash scripts/CreaTools-compile.sh - #2.3 + #2.3 bash scripts/CreaTools-install.sh echo "You HAVE to leave current window to continue!" read a - kill $PPID + kill $PPID ;; - + 2.1) - echo "========================== 2.1" + echo "========================== 2.1" bash scripts/CreaTools-load.sh ;; @@ -418,16 +418,16 @@ do # echo "You HAVE to leave current window to continue!" # else # echo "==> Hit any key to close current window" -# fi +# fi ;; 5) if [ $expanded = "NO" ] then - expanded="YES" + expanded="YES" else - expanded="NO" + expanded="NO" fi ;; @@ -502,7 +502,7 @@ do echo "creaContours_DIR : " $creaContours_DIR echo "creaRigidRegistration_DIR :" $creaRigidRegistration_DIR echo "bbtkGEditor_DIR : " $bbtkGEditor_DIR - echo "creaTools_DIR : " $creaTools_DIR + echo "creaTools_DIR : " $creaTools_DIR echo "===================================" echo @@ -511,16 +511,16 @@ do ;; 9) - echo + echo exit 0 ;; - 10) + 10) bash scripts/ThirdParty-install_no_compile.sh ;; *) - + if [ expanded="NO" ] then echo "Your answer must be in {0, 1, 2, 5, 6, 7, 8, 9} (was [ $i ])" -- 2.45.1