From: eduardo.davila@creatis.insa-lyon.fr Date: Tue, 3 Dec 2024 14:21:12 +0000 (+0100) Subject: #3458 bashrc conflict linux 40 41 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=c8b78f216407db01edcdbc82d84394ba13049b3a;p=creaToolsTools.git #3458 bashrc conflict linux 40 41 --- diff --git a/Linux/scripts/LocalFunctions.sh b/Linux/scripts/LocalFunctions.sh index 00c92da..2092c7a 100644 --- a/Linux/scripts/LocalFunctions.sh +++ b/Linux/scripts/LocalFunctions.sh @@ -136,7 +136,7 @@ function getncore { ########################################### function getbashrc { - if [ ! -f $HOME/.bashrc ] ; then + if [ ! -f $HOME/.bashrc_CreaTools ] ; then touch $HOME/.bashrc_CreaTools fi echo $HOME/.bashrc_CreaTools