Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Registreren
Inloggen
SisMaker
/
rebar3
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Projects
0
Publicaties
62
Wiki
Activiteit
Bladeren bron
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 jaren geleden
committed by
GitHub
bovenliggende
5b7d478195
5ae96a5076
commit
9b1aa91910
1 gewijzigde bestanden
met
toevoegingen van 1
en
1 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-1
src/rebar_prv_local_install.erl
+ 1
- 1
src/rebar_prv_local_install.erl
Bestand weergeven
@ -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
}
.
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan