This commit is contained in:
Deda 2023-11-20 18:25:41 +01:00
parent 84749b2f05
commit 90e0f620c4

View File

@ -202,7 +202,7 @@ case "$1" in
build)
shift 1
if [[ "$#" -lt 3 || "$#" -gt 4 ]]; then
print_help
print_help_build
fi
# in the vX format, e.g. v5
toolchain_version="$1"