Revert "[Tizen] Fix crash on accessing 0x0 while unwinding (#287)"
[platform/upstream/coreclr.git] / dotnet.sh
index 479d6be..505d9d1 100755 (executable)
--- a/dotnet.sh
+++ b/dotnet.sh
@@ -8,10 +8,10 @@ export DOTNET_MULTILEVEL_LOOKUP=0
 # Disable first run since we want to control all package sources
 export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
 
-echo "Running init-tools.sh"
-source $working_tree_root/init-tools.sh
+echo "Running init-dotnet.sh"
+source $working_tree_root/init-dotnet.sh
 
-dotnet=$working_tree_root/.dotnet/dotnet
+dotnet=${_InitializeDotNetCli}/dotnet
 
 echo "Running: $dotnet $@"
 $dotnet "$@"