From 9ccefd97990b175a9276126d4d874d98bf502666 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Mon, 11 Apr 2022 13:36:29 +0200 Subject: [PATCH] #3405 vtk8itk5wx3-macos --- Linux/scripts/CreaTools-install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.45.1