소스 검색

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}.

불러오는 중...
취소
저장