mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
rebar_utils: call get_cwd/1 locally
This commit is contained in:
parent
870f8cfbb4
commit
e2492eb37f
1 changed files with 2 additions and 2 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue