From 9c43fa916148008f6761781d6497c52bb36c0c46 Mon Sep 17 00:00:00 2001 From: Andrew Marshall Date: Sat, 4 Feb 2012 18:03:39 -0500 Subject: [PATCH] Prevent $command from leaking outside of function --- libexec/rbenv-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rbenv-init b/libexec/rbenv-init index 5c120250..fae07399 100755 --- a/libexec/rbenv-init +++ b/libexec/rbenv-init @@ -86,7 +86,7 @@ commands=(`rbenv commands --sh`) IFS="|" cat <