aspnet / JitBench

Repo for testing JIT stuff
Other
15 stars 24 forks source link

Remove set +e from scripts that get sourced #53

Open rynowak opened 7 years ago

rynowak commented 7 years ago

There are a couple related issues in the install scripts: https://github.com/dotnet/cli/issues/3474 https://github.com/dotnet/cli/issues/2568

Basically dotnet-install.sh uses set +e and some other things, but also wants you to source it so it can change the path.