From: spo Date: Mon, 28 Dec 2015 09:28:59 +0000 (+0300) Subject: Improve make.sh X-Git-Tag: V_2.1.0~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4a6f1ab19726d37c853b5165631c0013d90e1b00;p=modules%2Fshaper.git Improve make.sh --- diff --git a/make.sh b/make.sh index 15b951265..491d8f394 100755 --- a/make.sh +++ b/make.sh @@ -7,21 +7,21 @@ while [[ $# > 0 ]]; do case $key in debug|Debug) - BUILD_TYPE=Debug - shift - ;; + BUILD_TYPE=Debug + shift + ;; lcov|coverage) - BUILD_TYPE=Debug - USE_TEST_COVERAGE=ON - shift - ;; + BUILD_TYPE=Debug + USE_TEST_COVERAGE=ON + shift + ;; standalone|Standalone) - MODE=Standalone - shift - ;; + MODE=Standalone + shift + ;; *) - shift - ;; + shift + ;; esac done