diff --git a/src/rebar_core.erl b/src/rebar_core.erl index 55778b7d..631cef22 100644 --- a/src/rebar_core.erl +++ b/src/rebar_core.erl @@ -411,7 +411,7 @@ restore_code_path(no_change) -> restore_code_path({added, Paths}) -> %% Verify that all of the paths still exist -- some dynamically %% added paths can get blown away during clean. - [code:del_path(F) || F <- Paths, erl_prim_loader_is_file(F)], + _ = [code:del_path(F) || F <- Paths, erl_prim_loader_is_file(F)], ok. erl_prim_loader_is_file(File) ->