<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div>Hi</div><div><br></div><div>I'm trying to start a node with the "+B c" option so Ctrl-C will stop the shell but won't stop the node.</div><div>The node fails to run and I'm getting an error:</div><div>Missing argument(s) for '-B'</div><div><br></div><div>"+B" and "+B i" works as expected.</div><div><br></div><div>I'm using R14B03 built from source on ubuntu 11.04</div><div>The node is created using rebar release handleing.</div><div>I'm setting the "+B c" option in the vm.args file which is included with -args_file:<br></div><div>CMD="$BINDIR/erlexec -boot $RUNNER_BASE_DIR/releases/$APP_VSN/$BOOTFILE -embedded -config $RUNNER_ETC_DIR/app.config -args_file $RUNNER_ETC_DIR/vm.args -- ${1+"$@"}"</div><div><br></div><div>Am I using "+B c" in the wrong way?</div><div><br></div><div>Thanks<br></div></div></body></html>