From 1c93d4eb7313ec195c599664c8e6421bebc8f512 Mon Sep 17 00:00:00 2001 From: Timerix Date: Sat, 26 Apr 2025 03:57:09 +0500 Subject: [PATCH] bootstrap can show help for cbuild installations again --- bootstrap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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))