summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-09-13 11:17:19 -0500
committerTristan Sloughter <t@crashfast.com>2015-09-13 11:17:32 -0500
commit168f423baae9fc9dadaa21a390d2f24811f7601a (patch)
tree18db95c08b6a4dc91261c46611d3e2f880277bd3
parent0dc23254a7afb4f512082b81995f212349c59267 (diff)
replace noinput with noshell so providers that ask for input work
-rw-r--r--src/rebar_prv_local_install.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_local_install.erl b/src/rebar_prv_local_install.erl
index 4422c2d..bf536d0 100644
--- a/src/rebar_prv_local_install.erl
+++ b/src/rebar_prv_local_install.erl
@@ -61,7 +61,7 @@ bin_contents(OutputDir) ->
<<"
#!/usr/bin/env sh
-erl -pa ", (ec_cnv:to_binary(OutputDir))/binary,"/*/ebin +sbtu +A0 -noinput -boot start_clean -s rebar3 main -extra \"$@\"
+erl -pa ", (ec_cnv:to_binary(OutputDir))/binary,"/*/ebin +sbtu +A0 -noshell -boot start_clean -s rebar3 main -extra \"$@\"
">>.
extract_escript(State, ScriptPath) ->