From bea4564788d052384492ba6ceb4a8ee75cc5f67b Mon Sep 17 00:00:00 2001 From: Lakshmi Priya Sekar Date: Mon, 1 Aug 2016 12:02:24 -0700 Subject: Fix errors in build scripts from run tool update. --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 371ceb5868..e6ccfa8d86 100755 --- a/build.sh +++ b/build.sh @@ -197,9 +197,9 @@ build_coreclr() # Build CoreCLR - echo "Executing $buildTool install -j $NumProc $__UnprocessedBuildArgs" + echo "Executing $buildTool install -j $NumProc" - $buildTool install -j $NumProc $__UnprocessedBuildArgs + $buildTool install -j $NumProc if [ $? != 0 ]; then echo "Failed to build coreclr components." exit 1 -- cgit v1.2.3