]> Creatis software - creaToolsTools.git/commitdiff
typo
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 22 Mar 2011 15:39:16 +0000 (15:39 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 22 Mar 2011 15:39:16 +0000 (15:39 +0000)
Linux/README.txt
Linux/menu.sh

index c9709e6de21ea4374f935ff76e3f338f001bae79..3a1c5b9208ea79b7fb55f220f943c016adcafa42 100644 (file)
@@ -1,5 +1,5 @@
 WARNING :
-Ise always bash (never use sh!)
+Use always bash (never use sh!)
 
 A) bash menu.sh
 
index 18628b82668a1b43847e9950a61138f6f0e4c49a..2a40e0647c56106c9d2ee2b1e5d23e38b862451b 100644 (file)
@@ -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 ])"