diff options
author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-04-15 19:20:57 -0500 |
---|---|---|
committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-04-15 19:20:57 -0500 |
commit | cbd22cf49003421214880b252015f331f4346e6e (patch) | |
tree | 25498a6e246fb018733d15a05ff7eb6815987e87 /src/rebar_app_utils.erl | |
parent | 38191c369a29c4cd8f6c5a30233014b7d7547813 (diff) | |
parent | f82874de5802dbf9e2029a9aa07c7cbae12a1324 (diff) |
Merge pull request #340 from tsloughter/compile_sort
include applications list in compile sort
Diffstat (limited to 'src/rebar_app_utils.erl')
-rw-r--r-- | src/rebar_app_utils.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar_app_utils.erl b/src/rebar_app_utils.erl index 143d73d..3da00be 100644 --- a/src/rebar_app_utils.erl +++ b/src/rebar_app_utils.erl @@ -77,7 +77,6 @@ validate_application_info(AppInfo, AppDetail) -> ?PRV_ERROR({module_list, AppFile}); List -> has_all_beams(EbinDir, List) - end end. |