From c8b78f216407db01edcdbc82d84394ba13049b3a Mon Sep 17 00:00:00 2001 From: "eduardo.davila@creatis.insa-lyon.fr" Date: Tue, 3 Dec 2024 15:21:12 +0100 Subject: [PATCH] #3458 bashrc conflict linux 40 41 --- Linux/scripts/LocalFunctions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.1