Fix iexdebug and iexlive commands (#1981)

This commit is contained in:
Christophe Romain 2017-09-18 12:59:18 +02:00
parent 7ad525b542
commit cce4056040
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,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