瀏覽代碼

Suppress shell warnings when hashing is disabled by `set +h`

pull/360/head^2
Sam Stephenson 11 年之前
父節點
當前提交
98f45695db
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      libexec/rbenv-sh-rehash

+ 1
- 1
libexec/rbenv-sh-rehash 查看文件

@ -10,4 +10,4 @@ fi
# When rbenv shell integration is enabled, delegate to rbenv-rehash,
# then tell the shell to empty its command lookup cache.
rbenv-rehash
echo "hash -r"
echo "hash -r 2>/dev/null || true"

Loading…
取消
儲存