Browse Source

rbenv 0.1.2

pull/360/head^2
Sam Stephenson 13 years ago
parent
commit
49ecbe147f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libexec/rbenv

+ 1
- 1
libexec/rbenv View File

@ -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)"

Loading…
Cancel
Save