summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-10-26 09:31:31 -0700
committerWes Haggard <Wes.Haggard@microsoft.com>2017-10-30 13:06:27 -0700
commit9ef72005e8909772780d120efc72c8ce953ac173 (patch)
tree8dd5641445d0e58289ba741e54cb82036cc34d06 /run.sh
parent3c483846130b17c6c3a7d712c139d2195798165e (diff)
downloadcoreclr-9ef72005e8909772780d120efc72c8ce953ac173.tar.gz
coreclr-9ef72005e8909772780d120efc72c8ce953ac173.tar.bz2
coreclr-9ef72005e8909772780d120efc72c8ce953ac173.zip
Switch to sourcing in init-tools to enable the return statements to work
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 bd6a68f2bb..2d037e91e5 100755
--- a/run.sh
+++ b/run.sh
@@ -3,7 +3,7 @@
working_tree_root="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo "Running init-tools.sh"
-$working_tree_root/init-tools.sh
+source $working_tree_root/init-tools.sh
toolRuntime=$working_tree_root/Tools
dotnet=$toolRuntime/dotnetcli/dotnet