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
Merge pull request
#1614
from cieplak/master
fix `rebar3 shell` when relx section of rebar.config contains release…
pull/1619/head
Fred Hebert
7 anni fa
committed by
GitHub
parent
1c5052fb41
9a76737d91
commit
47a2cc50df
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