mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
No need to re-specify default escript_shebang in rebar.config
This commit is contained in:
parent
4875d2312c
commit
556f47579d
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
%% ex: ts=4 sw=4 ft=erlang et
|
||||
|
||||
{app_bin, ["priv/rebar"]}.
|
||||
{escript_shebang, "#!/usr/bin/env escript\n"}.
|
||||
{escript_emu_args, "%%! -noshell -noinput\n"}.
|
||||
%% escript_incl_extra is for internal rebar-private use only.
|
||||
%% Do not use outside rebar. Config interface is not stable.
|
||||
|
|
Loading…
Reference in a new issue