Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
SisMaker
/
rebar3
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Projects
0
Julkaisut
62
Wiki
Toiminta
Selaa lähdekoodia
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
8 vuotta sitten
committed by
GitHub
vanhempi
5b7d478195
5ae96a5076
commit
9b1aa91910
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rebar_prv_local_install.erl
+ 1
- 1
src/rebar_prv_local_install.erl
Näytä tiedosto
@ -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
}
.
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna