rbenv 0.1.1

This commit is contained in:
Sam Stephenson 2011-08-14 13:51:51 -05:00
parent e43a2039a5
commit bd1e56ff37

View File

@ -19,9 +19,9 @@ libexec_path="$(abs_dirname "$0")"
export PATH="${libexec_path}:${PATH}"
command="$1"
case $command in
case "$command" in
"" | "-h" | "--help" )
echo -e "rbenv 0.1.0\n$(rbenv-help)" >&2
echo -e "rbenv 0.1.1\n$(rbenv-help)" >&2
;;
* )
command_path="$(command -v "rbenv-$command" || true)"