]> Creatis software - creaToolsTools.git/commitdiff
#3405 vtk8itk5wx3-macos
authorEduardo DAVILA <davila@creatis.insa-lyon.fr>
Mon, 11 Apr 2022 11:36:29 +0000 (13:36 +0200)
committerEduardo DAVILA <davila@creatis.insa-lyon.fr>
Mon, 11 Apr 2022 11:36:29 +0000 (13:36 +0200)
Linux/scripts/CreaTools-install.sh

index 93c30362eb5ff56d696e15999c9e1704722de59d..3100decb84f23c31c596e4c7393390a5f0cc81dc 100644 (file)
@@ -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