Skip to content

Commit 7f0d7c9

Browse files
committed
Fixup
1 parent a06b5fd commit 7f0d7c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ while [[ $# -gt 0 ]]; do
249249
shift
250250
done
251251

252-
commandline_args=$msbuild_args
252+
commandline_args=("${msbuild_args[@]}")
253+
253254

254255
if [ "$build_all" = true ]; then
255256
msbuild_args[${#msbuild_args[*]}]="-p:BuildAllProjects=true"

0 commit comments

Comments
 (0)