This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
fix `rebar3 shell` when relx section of rebar.config contains releases with independent configurations
pull/1614/head
patrick cieplak
7 years ago
parent
1c5052fb41
commit
9a76737d91
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/rebar_prv_shell.erl
+ 3
- 0
src/rebar_prv_shell.erl
View File
@ -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
.
Write
Preview
Loading…
Cancel
Save