Browse Source

remove unneeded add path that breaks with apps/ dir as well

pull/31/head
Tristan Sloughter 10 years ago
parent
commit
e154b9965f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/rebar_prv_shell.erl

+ 0
- 1
src/rebar_prv_shell.erl View File

@ -72,7 +72,6 @@ format_error(Reason) ->
%% immediately kill the script. ctrl-g, however, works fine %% immediately kill the script. ctrl-g, however, works fine
shell() -> shell() ->
true = code:add_pathz(rebar_utils:ebin_dir()),
%% scan all processes for any with references to the old user and save them to %% scan all processes for any with references to the old user and save them to
%% update later %% update later
NeedsUpdate = [Pid || Pid <- erlang:processes(), NeedsUpdate = [Pid || Pid <- erlang:processes(),

Loading…
Cancel
Save