Skip to content

Commit 0851007

Browse files
mfojtikopenshift-cherrypick-robot
authored and
openshift-cherrypick-robot
committed
hack: arrays in bash need to have their own line
1 parent fa48189 commit 0851007

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hack/build-cross.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ if [[ "${OS_BUILD_RELEASE_ARCHIVES-}" != "n" ]]; then
9393
os::build::release_sha
9494
else
9595
# Place binaries only
96-
OS_BUILD_PLATFORMS=("${platforms[@]+"${platforms[@]}"}") \
97-
os::build::place_bins "${OS_CROSS_COMPILE_BINARIES[@]}"
98-
OS_BUILD_PLATFORMS=("${image_platforms[@]+"${image_platforms[@]}"}") \
99-
os::build::place_bins "${OS_IMAGE_COMPILE_BINARIES[@]}"
96+
OS_BUILD_PLATFORMS=("${platforms[@]+"${platforms[@]}"}")
97+
os::build::place_bins "${OS_CROSS_COMPILE_BINARIES[@]}"
98+
OS_BUILD_PLATFORMS=("${image_platforms[@]+"${image_platforms[@]}"}")
99+
os::build::place_bins "${OS_IMAGE_COMPILE_BINARIES[@]}"
100100
fi
101101

102102
if [[ "${OS_GIT_TREE_STATE:-dirty}" == "clean" ]]; then

0 commit comments

Comments
 (0)