From 34a4baf4950cc5e2ae12a1193430d6690de6b2b2 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Fri, 25 Mar 2022 15:59:41 +0100 Subject: [PATCH] 3405 vtk8itk5wx3-macos --- Linux/scripts/CreaTools-install.sh | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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 -- 2.45.1