From: Eduardo DAVILA Date: Mon, 11 Apr 2022 11:36:29 +0000 (+0200) Subject: #3405 vtk8itk5wx3-macos X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=9ccefd97990b175a9276126d4d874d98bf502666;p=creaToolsTools.git #3405 vtk8itk5wx3-macos --- diff --git a/Linux/scripts/CreaTools-install.sh b/Linux/scripts/CreaTools-install.sh index 93c3036..3100dec 100644 --- a/Linux/scripts/CreaTools-install.sh +++ b/Linux/scripts/CreaTools-install.sh @@ -108,12 +108,12 @@ then echo bbEditor >> $generationdir/bbEditor.command echo bbi >> $generationdir/bbi.command echo creaContourApp >> $generationdir/creaContourApp.command - echo creaDevManager >> $generationdir/creaDevManager .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 + chmod u+x $generationdir/bbEditor.command + chmod u+x $generationdir/bbi.command + chmod u+x $generationdir/creaContourApp.command + chmod u+x $generationdir/creaDevManager.command fi