summaryrefslogtreecommitdiff
path: root/src/rebar_prv_shell.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-12-01 10:49:57 -0600
committerTristan Sloughter <t@crashfast.com>2014-12-01 10:49:57 -0600
commite154b9965fbe6cbb33a5fb2c800b891364d8f759 (patch)
tree73e93c2809237767ba1e4406bd0f8e7a75ac327c /src/rebar_prv_shell.erl
parent3386765e08468eee6fe233be730ddeb487c6f0e3 (diff)
remove unneeded add path that breaks with apps/ dir as well
Diffstat (limited to 'src/rebar_prv_shell.erl')
-rw-r--r--src/rebar_prv_shell.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar_prv_shell.erl b/src/rebar_prv_shell.erl
index 9709807..76a416d 100644
--- a/src/rebar_prv_shell.erl
+++ b/src/rebar_prv_shell.erl
@@ -72,7 +72,6 @@ format_error(Reason) ->
%% immediately kill the script. ctrl-g, however, works fine
shell() ->
- true = code:add_pathz(rebar_utils:ebin_dir()),
%% scan all processes for any with references to the old user and save them to
%% update later
NeedsUpdate = [Pid || Pid <- erlang:processes(),