From 9a76737d91177961cc3df917bea7d69df263d7cb Mon Sep 17 00:00:00 2001 From: patrick cieplak Date: Thu, 17 Aug 2017 21:39:53 -0700 Subject: fix `rebar3 shell` when relx section of rebar.config contains releases with independent configurations --- src/rebar_prv_shell.erl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/rebar_prv_shell.erl b/src/rebar_prv_shell.erl index c958dde..0244833 100644 --- a/src/rebar_prv_shell.erl +++ b/src/rebar_prv_shell.erl @@ -322,6 +322,9 @@ find_apps_relx(State) -> {_, _, Apps} -> ?DEBUG("Found shell apps from relx.", []), Apps; + {_, _, Apps, _} -> + ?DEBUG("Found shell apps from relx.", []), + Apps; false -> no_value end. -- cgit v1.1