From: Claire Mouton <Claire.Mouton@creatis.insa-lyon.fr>
Date: Fri, 16 Nov 2012 09:04:15 +0000 (+0000)
Subject: Bug #1775 Remove the reference to menu.sh in installscript.
X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=9da4c188d113fb50e02c26346fdc9c544cec2d33;p=creaToolsTools.git

Bug #1775 Remove the reference to menu.sh in installscript.
---

diff --git a/Linux/installscript b/Linux/installscript
index d861e39..54aa4db 100755
--- a/Linux/installscript
+++ b/Linux/installscript
@@ -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