From 3929c7564b812e2574518ffe7ed7a59019616239 Mon Sep 17 00:00:00 2001 From: Scott Fritchie Date: Tue, 10 Aug 2010 14:23:32 -0500 Subject: Add '%%! -noshell -noinput' to rebar escript --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 4766058..1772864 100755 --- a/bootstrap +++ b/bootstrap @@ -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; -- cgit v1.1