Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Inscrição
Iniciar sessão
SisMaker
/
rebar3
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Projects
0
Lançamentos
62
Wiki
Trabalho
Ver a proveniência
Allow crypto to already be loaded when starting rebar
pull/3/head
Kresten Krab Thorup
há 14 anos
committed by
Dave Smith
ascendente
c71bbf6a0d
cometimento
b890421cae
1 ficheiros alterados
com
4 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+4
-1
src/rebar.erl
+ 4
- 1
src/rebar.erl
Ver ficheiro
@ -95,7 +95,10 @@ run_aux(["version"]) ->
ok
;
run_aux
(
Commands
)
-
>
%
%
Make
sure
crypto
is
running
ok
=
crypto
:
start
(
)
,
case
crypto
:
start
(
)
of
ok
-
>
ok
;
{
error
,
{
already_started
,
crypto
}
}
-
>
ok
end
,
%
%
Initialize
logging
system
rebar_log
:
init
(
)
,
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar