From f82874de5802dbf9e2029a9aa07c7cbae12a1324 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Wed, 15 Apr 2015 19:12:51 -0500 Subject: include applications list in compile sort --- src/rebar_app_utils.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rebar_app_utils.erl') 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. -- cgit v1.1