erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

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

Closed tsloughter closed 4 years ago

tsloughter commented 4 years ago

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