pyenv/libexec
Mislav Marohnić 8bac958994 Stop using abs_dirname() in rbenv-init
It's slow and not necessary since we expect `$0` to already be expanded.

In tests this change forces us to deal with some relative paths, but
it's not a big deal. The `rbenv init -` output in the most common case
will be the same as before:

    source '/home/myuser/.rbenv/libexec/../completions/rbenv.bash'
2014-10-13 04:12:34 +02:00
..
rbenv Avoid slow abs_dirname() by loading realpath extension 2014-10-13 04:12:34 +02:00
rbenv---version
rbenv-commands
rbenv-completions Fix detecting completions support on OpenBSD 2014-01-02 22:33:54 +01:00
rbenv-exec
rbenv-global
rbenv-help Prefer gawk over awk if both are available. 2014-04-18 10:40:56 +10:00
rbenv-hooks Speed up realpath() with dynamically loaded C extension 2014-10-13 04:12:34 +02:00
rbenv-init Stop using abs_dirname() in rbenv-init 2014-10-13 04:12:34 +02:00
rbenv-local
rbenv-prefix
rbenv-rehash
rbenv-root
rbenv-sh-rehash
rbenv-sh-shell
rbenv-shims
rbenv-version
rbenv-version-file
rbenv-version-file-read Add \r to IFS instead of removing it manually 2014-03-21 01:36:39 +01:00
rbenv-version-file-write
rbenv-version-name
rbenv-version-origin
rbenv-versions
rbenv-whence
rbenv-which