Skip to content

Commit f3d14b2

Browse files
committed
Fixup
1 parent 7f0d7c9 commit f3d14b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eng/build.sh

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

252-
commandline_args=("${msbuild_args[@]}")
252+
if [ ${#msbuild_args[@]} -ne 0 ]; then
253+
commandline_args=("${msbuild_args[@]}")
254+
fi
253255

254256

255257
if [ "$build_all" = true ]; then

0 commit comments

Comments
 (0)