pyenv/libexec
Kevin Schoedel e390b228c8 Support ksh versions
Korn shell had two major versions: ’88 and ’93. Some systems have ksh
installed under the name `ksh93`. A few systems (maybe only Solaris
now) also have a `ksh88`. A few others use the `pdksh` (roughly ’88)
or `mksh` (roughly ’93) implementations, originated before ksh was
open source.

As far as the (very minor) use in rbenv is concerned, these are all
equivalent. This change accepts all of the above.

Tested with `ksh93`, `pdksh`, and `mksh`.
2023-05-11 12:23:34 -04:00
..
rbenv Fix resolving rbenv symlink to its final location (#1482) 2023-02-15 17:09:20 +01:00
rbenv---version rbenv 1.2.0 2021-09-29 20:47:10 +02:00
rbenv-commands Use read -a to split output into an array (#1450) 2022-10-09 14:48:13 +02:00
rbenv-completions Merge pull request #1448 from rbenv/command-to-type-P 2022-10-09 14:49:32 +02:00
rbenv-exec Use read -a to split output into an array (#1450) 2022-10-09 14:48:13 +02:00
rbenv-global Remove support for legacy global version files 2015-12-28 22:05:00 -05:00
rbenv-help Merge pull request #1448 from rbenv/command-to-type-P 2022-10-09 14:49:32 +02:00
rbenv-hooks Use read -a to split output into an array (#1450) 2022-10-09 14:48:13 +02:00
rbenv-init Support ksh versions 2023-05-11 12:23:34 -04:00
rbenv-local Remove support for legacy version file 2015-12-28 21:34:07 -05:00
rbenv-prefix rbenv-prefix: do not silence rbenv-which for system version 2018-08-07 01:44:13 +02:00
rbenv-rehash Merge pull request #1448 from rbenv/command-to-type-P 2022-10-09 14:49:32 +02:00
rbenv-root Fix some issues reported by shellcheck 2017-11-29 16:20:51 +01:00
rbenv-sh-rehash Avoid invoking hash -r in fish 2013-10-31 20:18:14 +02:00
rbenv-sh-shell Make work in set -u (nounset) mode 2020-05-24 09:08:05 +03:00
rbenv-shims tests galore 2013-03-07 15:07:32 -05:00
rbenv-version libexec/rbenv-version{,-origin}: move "missing rbenv-version-file detection" logic as per @mislav 2020-01-16 23:15:09 +08:00
rbenv-version-file Fix https://github.com/rbenv/rbenv/issues/1065 2018-02-26 16:49:37 +08:00
rbenv-version-file-read Simplify version file read 2022-03-08 21:10:15 +02:00
rbenv-version-file-write Documentation tweaks 2012-12-29 22:05:04 -06:00
rbenv-version-name Use read -a to split output into an array (#1450) 2022-10-09 14:48:13 +02:00
rbenv-version-origin Use read -a to split output into an array (#1450) 2022-10-09 14:48:13 +02:00
rbenv-versions Simplify resolving symlinks, remove native extension (#1428) 2022-09-22 11:34:02 +02:00
rbenv-whence Fix some issues reported by shellcheck 2017-11-29 16:20:51 +01:00
rbenv-which Use read -a to split output into an array (#1450) 2022-10-09 14:48:13 +02:00