don't escape ERL_OPTIONS

This commit is contained in:
HAMANO Tsukasa 2016-01-14 23:10:01 +09:00
parent b2eb9f197a
commit b244bce49c
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ ERL_INETRC=$ETC_DIR/inetrc
# define mnesia options
MNESIA_OPTS="-mnesia dir \"\\\"$SPOOL_DIR\\\"\" $MNESIA_OPTIONS"
# define erl parameters
ERL_OPTIONS=$(echo $ERL_OPTIONS | sed 's/ /\\ /g')
ERLANG_OPTS="+K $POLL -smp $SMP +P $ERL_PROCESSES $ERL_OPTIONS"
KERNEL_OPTS=""
if [ "$FIREWALL_WINDOW" != "" ] ; then