Skip to content

Commit

Permalink
rbenv 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Aug 14, 2011
1 parent e43a203 commit bd1e56f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libexec/rbenv
Expand Up @@ -19,11 +19,11 @@ libexec_path="$(abs_dirname "$0")"
export PATH="${libexec_path}:${PATH}"

command="$1"
case $command in
"" | "-h" | "--help")
echo -e "rbenv 0.1.0\n$(rbenv-help)" >&2
case "$command" in
"" | "-h" | "--help" )
echo -e "rbenv 0.1.1\n$(rbenv-help)" >&2
;;
*)
* )
command_path="$(command -v "rbenv-$command" || true)"
if [ -z "$command_path" ]; then
echo "rbenv: no such command \`$command'" >&2
Expand Down

0 comments on commit bd1e56f

Please sign in to comment.