mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-12 05:23:47 -05:00
rbenv 0.1.2
This commit is contained in:
@@ -21,7 +21,7 @@ export PATH="${libexec_path}:${PATH}"
|
||||
command="$1"
|
||||
case "$command" in
|
||||
"" | "-h" | "--help" )
|
||||
echo -e "rbenv 0.1.1\n$(rbenv-help)" >&2
|
||||
echo -e "rbenv 0.1.2\n$(rbenv-help)" >&2
|
||||
;;
|
||||
* )
|
||||
command_path="$(command -v "rbenv-$command" || true)"
|
||||
|
||||
Reference in New Issue
Block a user