ソースを参照

the initial case has an empty directory, so force rm to avoid errors

pull/360/head^2
Jamis Buck 15年前
committed by Sam Stephenson
コミット
41c5ac5a33
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      bin/rbenv-rehash

+ 1
- 1
bin/rbenv-rehash ファイルの表示

@ -4,7 +4,7 @@ set -e
mkdir -p "${HOME}/.rbenv/shims"
cd "${HOME}/.rbenv/shims"
rm *
rm -f *
for file in ../versions/*/bin/*; do
ln -fs ../bin/rbenv-shim "${file##*/}"

読み込み中…
キャンセル
保存