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 for cases with no proxy configured.
pull/579/head
CarlosEDP
10 anni fa
parent
9a20d3b56a
commit
46ca2bb6b0
2 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
bootstrap
+1
-1
src/rebar_utils.erl
+ 1
- 1
bootstrap
Vedi File
@ -103,7 +103,7 @@ get_http_var() ->
end.
get_http(Scheme) ->
proplists:get_value(Scheme, get_http_var(),
""
).
proplists:get_value(Scheme, get_http_var(),
[]
).
set_httpc_options() ->
set_httpc_options(https_proxy, get_http(https_proxy)),
+ 1
- 1
src/rebar_utils.erl
Vedi File
@ -674,7 +674,7 @@ get_http_var() ->
end
.
get_http
(
Scheme
)
-
>
proplists
:
get_value
(
Scheme
,
get_http_var
(
)
,
"
"
)
.
proplists
:
get_value
(
Scheme
,
get_http_var
(
)
,
[
]
)
.
set_httpc_options
(
)
-
>
set_httpc_options
(
https_proxy
,
get_http
(
https_proxy
)
)
,
Scrivi
Anteprima
Caricamento…
Annulla
Salva