瀏覽代碼

Create ~/.rbenv/shims if it doesn't exist

pull/360/head^2
Sam Stephenson 15 年之前
父節點
當前提交
355e7c1c96
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      bin/rbenv-rehash

+ 1
- 0
bin/rbenv-rehash 查看文件

@ -2,6 +2,7 @@
set -e
mkdir -p "${HOME}/.rbenv/shims"
cd "${HOME}/.rbenv/shims"
rm *

Loading…
取消
儲存