diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-12-01 10:49:57 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-12-01 10:49:57 -0600 |
commit | e154b9965fbe6cbb33a5fb2c800b891364d8f759 (patch) | |
tree | 73e93c2809237767ba1e4406bd0f8e7a75ac327c /src | |
parent | 3386765e08468eee6fe233be730ddeb487c6f0e3 (diff) |
remove unneeded add path that breaks with apps/ dir as well
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_prv_shell.erl | 1 |
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(), |