From e154b9965fbe6cbb33a5fb2c800b891364d8f759 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Mon, 1 Dec 2014 10:49:57 -0600 Subject: remove unneeded add path that breaks with apps/ dir as well --- src/rebar_prv_shell.erl | 1 - 1 file changed, 1 deletion(-) 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(), -- cgit v1.1