]> Creatis software - creaToolsTools.git/commitdiff
Updated installscript content.
authorClaire Mouton <claire.mouton@creatis.insa-lyon.fr>
Mon, 19 Nov 2012 11:56:14 +0000 (12:56 +0100)
committerClaire Mouton <claire.mouton@creatis.insa-lyon.fr>
Mon, 19 Nov 2012 11:56:14 +0000 (12:56 +0100)
Linux/installscript

index 562978342420a9e11ee7ad187c313af4fb9040b3..b27809994b5099722dd574817f9e705fdad50d07 100755 (executable)
@@ -165,7 +165,7 @@ export ETC_BASHRC=`getbashrc`
 
 
 function usage {
-    echo "menu.sh [options] command" 
+    echo "installscript [options] command" 
     echo "creatools configure/compile/install script" 
     echo "" 
     echo "" 
@@ -289,7 +289,7 @@ fi
 if [ `checkVal $command config all` == true ] ; then
     echo "#!/bin/bash"                            >  $configureFile
     echo                                          >> $configureFile
-    echo "#File generated by 'menu.sh'"           >> $configureFile
+    echo "#File generated by 'installscript'"           >> $configureFile
     echo "#DO NOT edit !"                         >> $configureFile
     echo "#(except if you *do* know what you do)" >> $configureFile
     echo                                          >> $configureFile