From a6cb4b6317bfc5fcca40ec7d14ff5ea18cfad292 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Fri, 20 Nov 2015 09:15:06 -0500 Subject: [PATCH] consistent completions for rbenv-help --- libexec/rbenv-help | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libexec/rbenv-help b/libexec/rbenv-help index 13bdcf1b..c899cf0d 100755 --- a/libexec/rbenv-help +++ b/libexec/rbenv-help @@ -18,8 +18,7 @@ set -e # Provide rbenv completions if [ "$1" = "--complete" ]; then echo --usage - rbenv-commands - exit + exec rbenv-commands fi command_path() {