Skip to content

Commit c134b56

Browse files
committed
Consistency
1 parent e3cf2ba commit c134b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ done
251251

252252
commandline_args=()
253253

254-
if [ ${#msbuild_args[@]} -ne 0 ]; then
254+
if [ ${#msbuild_args[@]} -gt 0 ]; then
255255
commandline_args=("${msbuild_args[@]}")
256256
fi
257257

0 commit comments

Comments
 (0)