diff --git a/scripts/build_python.sh b/scripts/build_python.sh index e23cef5d1e509d..3e360ddbca8089 100755 --- a/scripts/build_python.sh +++ b/scripts/build_python.sh @@ -166,7 +166,7 @@ if [ -n "$include_yamltests" ]; then fi if [ -n "$extra_packages" ]; then - WHEEL+=(${extra_packages}) + WHEEL+=("$extra_packages") fi if [ "$install_wheel" = "no" ]; then