Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
rebar3
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
62
Wiki
Attività
Sfoglia il codice sorgente
fix `rebar3 shell` when relx section of rebar.config contains releases with independent configurations
pull/1614/head
patrick cieplak
7 anni fa
parent
1c5052fb41
commit
9a76737d91
1 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+3
-0
src/rebar_prv_shell.erl
+ 3
- 0
src/rebar_prv_shell.erl
Vedi 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
.
Scrivi
Anteprima
Caricamento…
Annulla
Salva