pyenv/libexec
Hongli Lai d38d18ec25
rbenv help: fix 'type: write error: Broken pipe'
Sometimes the command fails with a 'type: write error: Broken pipe'.
This is because 'head -1' only reads the first line, then exits.
If 'type' writes the second line after 'head -1' has already exited,
then the aforementioned error is triggered.

We fix this by buffering the entire output of 'type' before
invoking 'head -1'.
2019-10-23 08:29:03 +02:00
..
rbenv
rbenv---version rbenv 1.1.2 2019-03-25 15:00:39 +01:00
rbenv-commands
rbenv-completions
rbenv-exec
rbenv-global
rbenv-help rbenv help: fix 'type: write error: Broken pipe' 2019-10-23 08:29:03 +02:00
rbenv-hooks
rbenv-init
rbenv-local
rbenv-prefix rbenv-prefix: do not silence rbenv-which for system version 2018-08-07 01:44:13 +02:00
rbenv-rehash
rbenv-root
rbenv-sh-rehash
rbenv-sh-shell
rbenv-shims
rbenv-version
rbenv-version-file
rbenv-version-file-read Disallow path segments and directory traversal in .ruby-version files 2019-04-03 12:58:25 +02:00
rbenv-version-file-write
rbenv-version-name
rbenv-version-origin
rbenv-versions Clarify the description of rbenv versions 2019-02-18 21:38:08 +01:00
rbenv-whence
rbenv-which rbenv-which: change PATH only for the "command -v" lookup 2018-06-07 23:38:12 +02:00