From: jean-pierre roux Date: Wed, 15 Jun 2011 09:44:24 +0000 (+0000) Subject: change default X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=e837f8c72824e1167d388d882b211ef2c6a600df;p=creaToolsTools.git change default --- diff --git a/Linux/menu.sh b/Linux/menu.sh index 2e2c124..207d0c3 100644 --- a/Linux/menu.sh +++ b/Linux/menu.sh @@ -154,11 +154,11 @@ do echo # ------------------ - echo "Name of the Generation Directory (default is ~/creaToolsGenerationDir)" + echo "Name of the Generation Directory (default is ~/myDefaultGenerationDir)" read generationdir if [ "$generationdir" = "" ] then - generationdir="~/creaToolsGenerationDir" + generationdir="~/myDefaultGenerationDir" fi echo "you said : [" $generationdir "]"