Explorar el Código

append ebin dirs to path in local start script

pull/786/head
Tristan Sloughter hace 9 años
padre
commit
7ad9f7ea75
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rebar_prv_local_install.erl

+ 1
- 1
src/rebar_prv_local_install.erl Ver fichero

@ -60,7 +60,7 @@ format_error(Reason) ->
bin_contents(OutputDir) ->
<<"#!/usr/bin/env sh
erl -pa ", (ec_cnv:to_binary(OutputDir))/binary,"/*/ebin +sbtu +A0 -noshell -boot start_clean -s rebar3 main -extra \"$@\"
erl -pz ", (ec_cnv:to_binary(OutputDir))/binary,"/*/ebin +sbtu +A0 -noshell -boot start_clean -s rebar3 main -extra \"$@\"
">>.
extract_escript(State, ScriptPath) ->

Cargando…
Cancelar
Guardar