X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Fmenu.sh;h=f9d229075b1cd9a20f0578679bb16714d2101aba;hb=0abc3748e5deb603797ad450241dc14704b409e2;hp=3a26fd5d55249aa41eb607761c722ffbea985233;hpb=4515e33035d05fc3d2faec342ff9083087dfd822;p=creaToolsTools.git diff --git a/Linux/menu.sh b/Linux/menu.sh index 3a26fd5..f9d2290 100644 --- a/Linux/menu.sh +++ b/Linux/menu.sh @@ -217,7 +217,7 @@ do # ------------------ buildType="___" - while [[ "$buildType" != "Release" && "$buildType " != "Debug" ]] + while [[ "$buildType" != "Release" && "$buildType" != "Debug" ]] do echo "Build type : Release/Debug (default is Release)" read buildType