Skip to content
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

otp-23 support fix: don't use undefined for longname remote shell #798

Merged
merged 1 commit into from
May 18, 2020

Conversation

tsloughter
Copy link
Member

The use of undefined for a name to remsh only works for short names so if it isn't -sname we have to use our generated name.

also unquotes use of ${remote_nodename} since it is 2 elements and
quoting it causes erl to see it as a single element and fails to
understand it as the node type and node name together

also unquotes use of ${remote_nodename} since it is 2 elements and
quoting it causes `erl` to see it as a single element and fails to
understand it as the node type and node name together
@tsloughter tsloughter requested a review from ferd May 18, 2020 02:04
@tsloughter tsloughter merged commit aa6c81d into erlware:4.0.0 May 18, 2020
@tsloughter tsloughter deleted the otp-23-fix branch May 18, 2020 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants