瀏覽代碼

Shims include the full path to rbenv

This makes it possible to execute rbenv shims without rbenv's bin
directory in the path.
pull/360/head^2
Sam Stephenson 11 年之前
父節點
當前提交
44c2378f2a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      libexec/rbenv-rehash

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

@ -57,7 +57,7 @@ if [ "\$program" = "ruby" ]; then
fi
export RBENV_ROOT="$RBENV_ROOT"
exec rbenv exec "\$program" "\$@"
exec "$(command -v rbenv)" exec "\$program" "\$@"
SH
chmod +x "$PROTOTYPE_SHIM_PATH"
}

Loading…
取消
儲存