X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Fscripts%2FCreaTools-GenerateBinTGZ.sh;h=eb101adda40c53d99e50de8fb5e0a0b9a38b1edc;hb=01e55a59b63347927787fe9ddf87bea38f3e2cd5;hp=9172903121cc577cc2496873165d3371a8aea98d;hpb=ffd115f31fab7a6662f83de2708aade452bf9a95;p=creaToolsTools.git diff --git a/Linux/scripts/CreaTools-GenerateBinTGZ.sh b/Linux/scripts/CreaTools-GenerateBinTGZ.sh index 9172903..eb101ad 100644 --- a/Linux/scripts/CreaTools-GenerateBinTGZ.sh +++ b/Linux/scripts/CreaTools-GenerateBinTGZ.sh @@ -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