Merge pull request #1766 from IRog/master

fixing exec_iex bug with proper --name arguement
This commit is contained in:
Christophe Romain 2017-06-08 10:41:26 +02:00 committed by GitHub
commit 66237abd35
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ exec_erl()
exec_iex()
{
NODE=$1; shift
exec_cmd $IEX ${S:--}name $NODE --erl "$ERLANG_OPTS" "$@"
exec_cmd $IEX ${S:---}name $NODE --erl "$ERLANG_OPTS" "$@"
}
# usage