summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
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