Ver código fonte

rebar_utils: call get_cwd/1 locally

pull/3/head
Tuncer Ayaz 12 anos atrás
pai
commit
e2492eb37f
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      src/rebar_utils.erl

+ 2
- 2
src/rebar_utils.erl Ver arquivo

@ -309,10 +309,10 @@ src_dirs(SrcDirs) ->
SrcDirs.
test_dir() ->
filename:join(rebar_utils:get_cwd(), ?TEST_DIR).
filename:join(get_cwd(), ?TEST_DIR).
ebin_dir() ->
filename:join(rebar_utils:get_cwd(), "ebin").
filename:join(get_cwd(), "ebin").
processing_base_dir(Config) ->
Cwd = rebar_utils:get_cwd(),

Carregando…
Cancelar
Salvar