summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorAlex Perovich <alperovi@microsoft.com>2017-03-22 00:02:47 -0500
committerGitHub <noreply@github.com>2017-03-22 00:02:47 -0500
commitcdff8b0babe5d82737058ccdae8b14d8ae90160d (patch)
treee9017b8197801426b773a6fb26985ddb15b0e23d /run.sh
parentd5906ff3e0d0f864c1432f1f39d586ca3d79fbb6 (diff)
downloadcoreclr-cdff8b0babe5d82737058ccdae8b14d8ae90160d.tar.gz
coreclr-cdff8b0babe5d82737058ccdae8b14d8ae90160d.tar.bz2
coreclr-cdff8b0babe5d82737058ccdae8b14d8ae90160d.zip
Switch coreclr corelib to use resx (#10372)
* Revert "Revert "Switch coreclr corelib to use resx (#10268)"" * Add resources.target override This fixes the GenerateResource task running on the arm emulator runs. * Fix run.sh to have a working Tools-Override
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 9f239010dd..2612c86f33 100755
--- a/run.sh
+++ b/run.sh
@@ -6,7 +6,7 @@ echo "Running init-tools.sh"
$working_tree_root/init-tools.sh
# Always copy over the Tools-Override
-cp $__scriptpath/Tools-Override/* $__scriptpath/Tools > /dev/null
+cp $working_tree_root/Tools-Override/* $working_tree_root/Tools > /dev/null
toolRuntime=$working_tree_root/Tools
dotnet=$toolRuntime/dotnetcli/dotnet