Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
SisMaker
/
rebar3
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Projects
0
Versões
62
Wiki
Atividade
Ver código fonte
Merge pull request
#1571
from getong/add_path_should_be_head
the new added PATH value should be in the first position, in case the…
pull/1572/head
Fred Hebert
7 anos atrás
committed by
GitHub
pai
5b7d478195
5ae96a5076
commit
9b1aa91910
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/rebar_prv_local_install.erl
+ 1
- 1
src/rebar_prv_local_install.erl
Ver arquivo
@ -90,6 +90,6 @@ extract_escript(State, ScriptPath) ->
uid
=
Uid
,
gid
=
Gid
}
)
,
?
INFO
(
"
Add to $PATH for use: export PATH=
$PATH:
~s
"
,
[
BinDir
]
)
,
?
INFO
(
"
Add to $PATH for use: export PATH=
~s
:$PATH
"
,
[
BinDir
]
)
,
{
ok
,
State
}
.
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar