Skip to content

Commit c0c8f7f

Browse files
author
José Valim
committed
Allow -boot start to be overriden on releases
1 parent 290403f commit c0c8f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/elixir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if [ "$ELIXIR_NO_CLI" != "1" ]; then ERL="$ERL -s elixir start_cli"; fi
7979

8080
if [ -f "$SCRIPT_PATH/../releases/RELEASES" ] && [ -f "$SCRIPT_PATH/erl" ]
8181
then
82-
exec "$SCRIPT_PATH"/erl -pa "$SCRIPT_PATH"/../lib/*/ebin -boot start -noshell $ELIXIR_ERL_OPTS $ERL -extra "$@"
82+
exec "$SCRIPT_PATH"/erl -pa "$SCRIPT_PATH"/../lib/*/ebin -noshell $ELIXIR_ERL_OPTS $ERL -boot start -extra "$@"
8383
else
8484
exec erl -pa "$SCRIPT_PATH"/../lib/*/ebin -noshell $ELIXIR_ERL_OPTS $ERL -extra "$@"
8585
fi

0 commit comments

Comments
 (0)