瀏覽代碼

add rebar3 paths to the end of the code path in start script

pull/786/head
Tristan Sloughter 9 年之前
父節點
當前提交
16ea08b9c3
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. +1
    -2
      src/rebar_prv_local_install.erl

+ 1
- 2
src/rebar_prv_local_install.erl 查看文件

@ -58,8 +58,7 @@ format_error(Reason) ->
io_lib:format("~p", [Reason]).
bin_contents(OutputDir) ->
<<"
#!/usr/bin/env sh
<<"#!/usr/bin/env sh
erl -pa ", (ec_cnv:to_binary(OutputDir))/binary,"/*/ebin +sbtu +A0 -noshell -boot start_clean -s rebar3 main -extra \"$@\"
">>.

Loading…
取消
儲存