Browse Source

Merge pull request #802 from tsloughter/master

replace noinput with noshell so providers that ask for input work
pull/826/head
Fred Hebert 9 years ago
parent
commit
e718af2af4
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
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) ->

Loading…
Cancel
Save