|
@ -322,6 +322,9 @@ find_apps_relx(State) -> |
|
|
{_, _, Apps} -> |
|
|
{_, _, Apps} -> |
|
|
?DEBUG("Found shell apps from relx.", []), |
|
|
?DEBUG("Found shell apps from relx.", []), |
|
|
Apps; |
|
|
Apps; |
|
|
|
|
|
{_, _, Apps, _} -> |
|
|
|
|
|
?DEBUG("Found shell apps from relx.", []), |
|
|
|
|
|
Apps; |
|
|
false -> |
|
|
false -> |
|
|
no_value |
|
|
no_value |
|
|
end. |
|
|
end. |
|
|