JitBench icon indicating copy to clipboard operation
JitBench copied to clipboard

Remove set +e from scripts that get sourced

Open rynowak opened this issue 8 years ago • 1 comments

rynowak avatar May 31 '17 15:05 rynowak

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.

rynowak avatar May 31 '17 15:05 rynowak