소스 검색

untabify and add some comments

pull/3/head
Kresten Krab Thorup 14 년 전
committed by Dave Smith
부모
커밋
c71bbf6a0d
1개의 변경된 파일7개의 추가작업 그리고 5개의 파일을 삭제
  1. +7
    -5
      src/rebar_shell.erl

+ 7
- 5
src/rebar_shell.erl 파일 보기

@ -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()),
user_drv:start(),
false ->
true = code:add_pathz(ebin_dir()),
%% this call never returns (until user quits shell)
user_drv:start(),
%% this call never returns (until user quits shell)
shell:server(false, false);
true ->

불러오는 중...
취소
저장