Merge remote-tracking branch 'processone/pr/907'

* processone/pr/907:
  don't escape ERL_OPTIONS
This commit is contained in:
Holger Weiss 2016-01-17 00:08:30 +01:00
commit 0125870f92
1 changed files with 0 additions and 1 deletions

View File

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