Update CoreClr, CoreFx to servicing-26719-02, servicing-26719-03, respectively
[platform/upstream/coreclr.git] / run.sh
diff --git a/run.sh b/run.sh
index bd6a68f..2d037e9 100755 (executable)
--- 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