This commit is contained in:
Christophe Romain 2016-06-23 17:31:32 +02:00
parent 06bf8cb032
commit 0b438d09d1
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ iexdebug()
--erl `shell_escape \"$ERLANG_OPTS\"` \ --erl `shell_escape \"$ERLANG_OPTS\"` \
--erl `shell_escape \"${ARGS[@]}\"` \ --erl `shell_escape \"${ARGS[@]}\"` \
--erl `shell_escape_str \"$@\"`" --erl `shell_escape_str \"$@\"`"
$EXEC_CMD "ERL_PATH=$\"$ERL\" $CMD" $EXEC_CMD "ERL_PATH=\"$ERL\" $CMD"
} }
# start interactive server # start interactive server