diff --git a/bootstrap.sh b/bootstrap.sh index a83b46c..fa37ef3 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -CBUILD_BOOTSTRAP_VERSION=1.0.2 +CBUILD_BOOTSTRAP_VERSION=1.0.3 set -eo pipefail function version_parse { @@ -75,7 +75,6 @@ do ;; '-h' | '--help') print_help - exit 0 ;; '-c' | '--config') i=$((i+1))