소스 검색

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 13 년 전
부모
커밋
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"
}

불러오는 중...
취소
저장