浏览代码

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 年前
提交者 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}.

正在加载...
取消
保存