Skip to content

Commit

Permalink
Fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Jan 21, 2020
1 parent 933d4af commit f37f9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/build-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ generate_layout()
chmod +x "$__CrossgenExe"

# Make sure to copy over the pulled down packages
cp -r "$__BinDir/*" "$CORE_ROOT/" > /dev/null
cp -r "$__BinDir"/* "$CORE_ROOT/" > /dev/null

if [[ "$__BuildOS" != "OSX" ]]; then
nextCommand="\"$__TestDir/setup-stress-dependencies.sh\" --arch=$__BuildArch --outputDir=$CORE_ROOT"
Expand Down

0 comments on commit f37f9b4

Please sign in to comment.