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
the new added PATH value should be in the first position, in case there be other same name cmd
pull/1571/head
getong
8 jaren geleden
bovenliggende
5b7d478195
commit
5ae96a5076
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