Преглед на файлове

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
родител
ревизия
9b1aa91910
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +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}.

Зареждане…
Отказ
Запис