]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/CreaTools-GenerateBinTGZ.sh
#2493 creaToolsTools Feature New Normal - Prepare and Install binary CreaTools...
[creaToolsTools.git] / Linux / scripts / CreaTools-GenerateBinTGZ.sh
index 9172903121cc577cc2496873165d3371a8aea98d..eb101adda40c53d99e50de8fb5e0a0b9a38b1edc 100644 (file)
@@ -51,8 +51,8 @@
 
      echo "source creatools_install/share/creatools/LocalFunctions.sh"  >>  creatools-Linux-BinVersion.sh
      echo "ETC_BASHRC=\`getbashrc\`" >>  creatools-Linux-BinVersion.sh
-     echo "installPrefix=$(pwd)/creatools_install #You need this variable in the -barshrc script" >>  creatools-Linux-BinVersion.sh
-     echo "installPrefixThird=$(pwd)/thirdparty_install #You need this variable in the -barshrc script" >>  creatools-Linux-BinVersion.sh
+     echo "installPrefix=\$(pwd)/creatools_install #You need this variable in the -barshrc script" >>  creatools-Linux-BinVersion.sh
+     echo "installPrefixThird=\$(pwd)/thirdparty_install #You need this variable in the -barshrc script" >>  creatools-Linux-BinVersion.sh
      echo "OperatingSystem=\`getDistrib\`  #You need this variable in the Base-Stuff script" >>  creatools-Linux-BinVersion.sh
 
 
@@ -65,8 +65,8 @@
      echo "echo  " >>  creatools-Linux-BinVersion.sh
      echo "echo  " >>  creatools-Linux-BinVersion.sh
      echo "echo  " >>  creatools-Linux-BinVersion.sh
-     echo "echo Open a new terminal to run creatools." >>  creatools-Linux-BinVersion.sh
-     echo "echo (Close this window and continue....) " >>  creatools-Linux-BinVersion.sh
+     echo "echo 'Open a new terminal to run creatools.'" >>  creatools-Linux-BinVersion.sh
+     echo "echo '(Close this window and continue....)' " >>  creatools-Linux-BinVersion.sh
      echo "echo  " >>  creatools-Linux-BinVersion.sh
      echo "echo  " >>  creatools-Linux-BinVersion.sh
      echo "read -p 'Press [Enter] key to continue...'" >>  creatools-Linux-BinVersion.sh