diff --git a/ci/build.sh b/ci/build.sh index b9628e6a52110..f9c81beb19672 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -22,7 +22,7 @@ fi test_target() { build_cmd="${1}" target="${2}" - no_std="${3}" + no_std="${3:-}" # If there is a std component, fetch it: if [ "${no_std}" != "1" ]; then