fixing iex bug with proper --name arguement

This commit is contained in:
Ivy Rogatko 2017-06-07 21:15:17 -07:00
parent fbead19c88
commit 0973a8d6c1
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