summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-09-14 20:01:25 -0500
committerTristan Sloughter <t@crashfast.com>2015-09-14 20:01:25 -0500
commit7ad9f7ea75ab96aaecc4e420772ada151f2d4473 (patch)
tree029a52676c8b62fb7e491985596e6f1e546e1c0b /src
parent665bdf6bdb02fe5279e8a8b05b72cd4519c757bc (diff)
append ebin dirs to path in local start script
Diffstat (limited to 'src')
-rw-r--r--src/rebar_prv_local_install.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_local_install.erl b/src/rebar_prv_local_install.erl
index 4babd14..172986d 100644
--- a/src/rebar_prv_local_install.erl
+++ b/src/rebar_prv_local_install.erl
@@ -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) ->