untabify and add some comments

This commit is contained in:
Kresten Krab Thorup 2011-05-19 01:15:08 +02:00 committed by Dave Smith
parent 5b765e028f
commit c71bbf6a0d

View file

@ -34,13 +34,15 @@
shell(_Config, _AppFile) ->
%% backwards way to say we only want this executed
%% for the "top level" directory
case is_deps_dir(rebar_utils:get_cwd()) of
false ->
true = code:add_pathz(ebin_dir()),
false ->
true = code:add_pathz(ebin_dir()),
user_drv:start(),
user_drv:start(),
%% this call never returns (until user quits shell)
%% this call never returns (until user quits shell)
shell:server(false, false);
true ->