diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-09-13 12:39:51 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-09-13 12:39:51 -0400 |
commit | e718af2af4fc4e1a2c85b5ecc84a0dadddb8bbea (patch) | |
tree | 18db95c08b6a4dc91261c46611d3e2f880277bd3 | |
parent | 0dc23254a7afb4f512082b81995f212349c59267 (diff) | |
parent | 168f423baae9fc9dadaa21a390d2f24811f7601a (diff) |
Merge pull request #802 from tsloughter/master
replace noinput with noshell so providers that ask for input work
-rw-r--r-- | src/rebar_prv_local_install.erl | 2 |
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) -> |