X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dotnet.sh;h=505d9d1dc9edeb2d0f4365e2f536964b926eb719;hb=3ac069e677a403f8345e092a43d51a7b103b1eb2;hp=479d6be82c4aaf09c068d7eae6b1dbb065fe6643;hpb=513ccfc64a398055e7e7afc380d578cd2237b885;p=platform%2Fupstream%2Fcoreclr.git diff --git a/dotnet.sh b/dotnet.sh index 479d6be..505d9d1 100755 --- 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 "$@"