diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f875513406f1c..0f4a37d9a3cf3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + diff --git a/eng/build.sh b/eng/build.sh index 672a523fb2bc8..859f05ee2971e 100755 --- a/eng/build.sh +++ b/eng/build.sh @@ -323,7 +323,7 @@ function BuildSolution { $mono_tool \ $generate_documentation_file \ $roslyn_use_hard_links \ - "${properties[@]}" + ${properties[@]+"${properties[@]}"} } function GetCompilerTestAssembliesIncludePaths {