Browse Source

replace noinput with noshell so providers that ask for input work

pull/802/head
Tristan Sloughter 9 years ago
parent
commit
168f423baa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_prv_local_install.erl

+ 1
- 1
src/rebar_prv_local_install.erl View File

@ -61,7 +61,7 @@ bin_contents(OutputDir) ->
<<" <<"
#!/usr/bin/env sh #!/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) -> extract_escript(State, ScriptPath) ->

Loading…
Cancel
Save