mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
Merge pull request #284 from habibutsu/master
Error 'Command not found' when sname is used
This commit is contained in:
commit
f47af30e65
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ case "$REMSH_NAME" in
|
|||
*)
|
||||
REMSH_NAME_PART="$REMSH_NAME"
|
||||
if [ "$REMSH_TYPE" = "-sname" ]; then
|
||||
REMSH_HOSTNAME_PART= "$HOSTNAME"
|
||||
REMSH_HOSTNAME_PART="$HOSTNAME"
|
||||
else
|
||||
# -name type, check if `hostname` is fqdn
|
||||
if [ "$MAYBE_FQDN_HOSTNAME" = "$HOSTNAME" ]; then
|
||||
|
|
Loading…
Reference in a new issue