From: Eduardo DAVILA Date: Fri, 25 Mar 2022 14:59:41 +0000 (+0100) Subject: 3405 vtk8itk5wx3-macos X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=34a4baf4950cc5e2ae12a1193430d6690de6b2b2;p=creaToolsTools.git 3405 vtk8itk5wx3-macos --- diff --git a/Linux/scripts/CreaTools-install.sh b/Linux/scripts/CreaTools-install.sh index 0ae4d10..93c3036 100644 --- a/Linux/scripts/CreaTools-install.sh +++ b/Linux/scripts/CreaTools-install.sh @@ -100,15 +100,20 @@ if [ $OperatingSystem = "MacOS" ] then - echo '~/.bashrc' > $generationdir/bbEditor.command - echo '~/.bashrc' > $generationdir/bbi.command - echo '~/.bashrc' > $generationdir/creaContourApp.command - echo '~/.bashrc' > $generationdir/creaDevManager.command + 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 bbEditor >> $generationdir/bbEditor.command echo bbi >> $generationdir/bbi.command echo creaContourApp >> $generationdir/creaContourApp.command echo creaDevManager >> $generationdir/creaDevManager .command + + chmod u+x bbEditor.command + chmod u+x bbi.command + chmod u+x creaContourApp.command + chmod u+x creaDevManager.command fi