-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet-install.sh fails when dot-sourced from the command line #519
Comments
I can repro using |
I think I know the reason. The script instructs shell to exit if an unset variable is encountered (via install-scripts/src/dotnet-install.sh Line 15 in 033622c
is a Bash specific thing. ZSH uses |
I think we shouldn't support |
It's not completely clear-cut, @baronfel:
|
On a Mac running ZSH:
and then my shell closes, ouch!
The text was updated successfully, but these errors were encountered: