Fix bad quoting (#41002)
authorDrew Scoggins <anscoggi@microsoft.com>
Tue, 18 Aug 2020 22:41:18 +0000 (15:41 -0700)
committerGitHub <noreply@github.com>
Tue, 18 Aug 2020 22:41:18 +0000 (15:41 -0700)
eng/common/performance/performance-setup.sh

index ca2cfed..8c564c7 100755 (executable)
@@ -207,7 +207,7 @@ if [[ "$monointerpreter" == "true" ]]; then
     extra_benchmark_dotnet_arguments="$extra_benchmark_dotnet_arguments --category-exclusion-filter NoInterpreter"
 fi
 
-common_setup_arguments="--channel master --queue $queue --build-number $build_number --build-configs \"$configurations\" --architecture $architecture"
+common_setup_arguments="--channel master --queue $queue --build-number $build_number --build-configs $configurations --architecture $architecture"
 setup_arguments="--repository https://github.com/$repository --branch $branch --get-perf-hash --commit-sha $commit_sha $common_setup_arguments"