mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
rbenv 0.2.0
This commit is contained in:
parent
4965a1d1f7
commit
2cd12e3fa6
3 changed files with 3 additions and 3 deletions
|
@ -314,7 +314,7 @@ tracker](https://github.com/sstephenson/rbenv/issues).
|
||||||
|
|
||||||
### <a name="section_4.1"></a> 4.1 Version History
|
### <a name="section_4.1"></a> 4.1 Version History
|
||||||
|
|
||||||
**HEAD**
|
**0.2.0** (September 28, 2011)
|
||||||
|
|
||||||
* Renamed `rbenv set-default` to `rbenv global` and `rbenv set-local`
|
* Renamed `rbenv set-default` to `rbenv global` and `rbenv set-local`
|
||||||
to `rbenv local`. The `set-` commands are deprecated and will be
|
to `rbenv local`. The `set-` commands are deprecated and will be
|
||||||
|
|
|
@ -295,7 +295,7 @@ tracker](https://github.com/sstephenson/rbenv/issues).
|
||||||
|
|
||||||
### Version History ###
|
### Version History ###
|
||||||
|
|
||||||
**HEAD**
|
**0.2.0** (September 28, 2011)
|
||||||
|
|
||||||
* Renamed `rbenv set-default` to `rbenv global` and `rbenv set-local`
|
* Renamed `rbenv set-default` to `rbenv global` and `rbenv set-local`
|
||||||
to `rbenv local`. The `set-` commands are deprecated and will be
|
to `rbenv local`. The `set-` commands are deprecated and will be
|
||||||
|
|
|
@ -53,7 +53,7 @@ shopt -u nullglob
|
||||||
command="$1"
|
command="$1"
|
||||||
case "$command" in
|
case "$command" in
|
||||||
"" | "-h" | "--help" )
|
"" | "-h" | "--help" )
|
||||||
echo -e "rbenv 0.2.0-pre\n$(rbenv-help)" >&2
|
echo -e "rbenv 0.2.0\n$(rbenv-help)" >&2
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
command_path="$(command -v "rbenv-$command" || true)"
|
command_path="$(command -v "rbenv-$command" || true)"
|
||||||
|
|
Loading…
Reference in a new issue