This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
SisMaker
/
rebar3
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Projects
0
Издања
62
Вики
Activity
Преглед изворни кода
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 година
committed by
GitHub
родитељ
5b7d478195
5ae96a5076
комит
9b1aa91910
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
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
Прегледај датотеку
@ -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
}
.
Write
Preview
Loading…
Откажи
Сачувај