From 783a5700c4dcb8ffcbc17a04af4664b5b3fc5776 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Fri, 9 Sep 2011 10:45:23 -0500 Subject: [PATCH] reset isn't standard --- libexec/rbenv-sh-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rbenv-sh-shell b/libexec/rbenv-sh-shell index a61f33f3..10a5bf7a 100755 --- a/libexec/rbenv-sh-shell +++ b/libexec/rbenv-sh-shell @@ -13,7 +13,7 @@ if [ -d "$HOME/.rbenv/versions/$version" ]; then echo "export RBENV_VERSION=$version" else case $version in - default|reset) + default) echo "unset RBENV_VERSION" ;; *)