bootstrap can show help for cbuild installations again

This commit is contained in:
Timerix 2025-04-26 03:57:09 +05:00
parent 6126001e5a
commit 1c93d4eb73

View File

@ -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))