summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-30 20:24:50 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-30 20:24:50 +0200
commit556f47579da01ce4a1f3d67b53f13f2d08e65b29 (patch)
tree09ed5e6a7c6f9767eb42a7d2ad9f365c66942966 /rebar.config
parent4875d2312c06ad5e13497495a2e233dcc8d3d20e (diff)
downloadrebar-556f47579da01ce4a1f3d67b53f13f2d08e65b29.tar.gz
No need to re-specify default escript_shebang in rebar.config
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config1
1 files changed, 0 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 9afa8da..e9252fa 100644
--- a/rebar.config
+++ b/rebar.config
@@ -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.