summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-05-02 16:33:41 -0700
committerwtgodbe <wigodbe@microsoft.com>2017-05-16 16:37:21 -0700
commit798387ee90d7536d5a620af8482100ba76f6061a (patch)
treec11eea885b05e7424f103cd671d227ff173a3083 /run.sh
parent36e988ee6593351f1e962118a99154df5eae0254 (diff)
downloadcoreclr-798387ee90d7536d5a620af8482100ba76f6061a.tar.gz
coreclr-798387ee90d7536d5a620af8482100ba76f6061a.tar.bz2
coreclr-798387ee90d7536d5a620af8482100ba76f6061a.zip
Update Coreclr to 2.0.0 buildtools
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/run.sh b/run.sh
index 2612c86f33..bd6a68f2bb 100755
--- a/run.sh
+++ b/run.sh
@@ -5,9 +5,6 @@ working_tree_root="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo "Running init-tools.sh"
$working_tree_root/init-tools.sh
-# Always copy over the Tools-Override
-cp $working_tree_root/Tools-Override/* $working_tree_root/Tools > /dev/null
-
toolRuntime=$working_tree_root/Tools
dotnet=$toolRuntime/dotnetcli/dotnet