if [ $OperatingSystem = "MacOS" ]
then
- echo 'source ~/.bashrc' > $generationdir/bbEditor.command
- echo 'source ~/.bashrc' > $generationdir/bbi.command
- echo 'source ~/.bashrc' > $generationdir/creaContourApp.command
- echo 'source ~/.bashrc' > $generationdir/creaDevManager.command
+ echo 'source ~/.bashrc_CreaTools' > $generationdir/bbEditor.command
+ echo 'source ~/.bashrc_CreaTools' > $generationdir/bbi.command
+ echo 'source ~/.bashrc_CreaTools' > $generationdir/creaContourApp.command
+ echo 'source ~/.bashrc_CreaTools' > $generationdir/creaDevManager.command
echo bbEditor >> $generationdir/bbEditor.command
echo bbi >> $generationdir/bbi.command
# - remove line 'bash $installPrefix/creatools_install/share/creatools_base_party_libraries_config.sh'
#sed -i -e '/.*creatools_base_library_config.*/ d' $ETC_BASHRC
-echo "revert $HOME/.bashrc to previous value"
-sed -i -e '/.*creatools_base_library_config.*/ d' $HOME/.bashrc
+echo "revert $HOME/.bashrc_CreaTools to previous value"
+sed -i -e '/.*creatools_base_library_config.*/ d' $HOME/.bashrc_CreaTools
#else
# echo
echo $ETC_BASHRC
echo "installPrefixTPLaux: " $installPrefixTPLaux
-# Cleanning line in .bashrc file
+# Cleanning line in .bashrc_CreaTools file
sed -i -e '/.*installPrefixTPLaux*/ d' $ETC_BASHRC
sed -i -e '/.*creatools_TPLaux_config.*/ d' $ETC_BASHRC
echo $ETC_BASHRC
echo $installPrefixThird
-# Cleanning line in .bashrc file
+# Cleanning line in .bashrc_CreaTools file
sed -i -e '/.*installPrefixThird*/ d' $ETC_BASHRC
sed -i -e '/.*creatools_third_party_library_config.*/ d' $ETC_BASHRC