From e99ba6b0ebaaa6bb115655d18ebd2cc49aa208f6 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Wed, 4 Jun 2025 10:52:05 -0700 Subject: [PATCH] Fix no-argument ./build.sh invocation --- eng/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/build.sh b/eng/build.sh index 02d533e3a384c6..6abe26644380ba 100755 --- a/eng/build.sh +++ b/eng/build.sh @@ -153,7 +153,7 @@ showSubsetHelp() "$scriptroot/common/build.sh" "-restore" "-build" "/p:Subset=help" "/clp:nosummary /tl:false" } -arguments=() +arguments=("") cmakeargs='' extraargs=() crossBuild=0