diff options
author | Scott Fritchie <scott@basho.com> | 2010-08-10 14:23:32 -0500 |
---|---|---|
committer | Scott Fritchie <scott@basho.com> | 2010-08-10 14:23:32 -0500 |
commit | 3929c7564b812e2574518ffe7ed7a59019616239 (patch) | |
tree | 5c2e64c3497fce7da189a2e044e836833f490fbe /bootstrap | |
parent | 0262a3b46157daa9e5f6995204dc3799166da48d (diff) |
Add '%%! -noshell -noinput' to rebar escript
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ main(Args) -> {ok, {"mem", ZipBin}} -> %% Archive was successfully created. Prefix that binary with our %% header and write to "rebar" file - Script = <<"#!/usr/bin/env escript\n", ZipBin/binary>>, + Script = <<"#!/usr/bin/env escript\n%%! -noshell -noinput\n", ZipBin/binary>>, case file:write_file("rebar", Script) of ok -> ok; |