From 1ba2ce0cb69510856201f9f7e379d48838aed994 Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Sat, 10 Sep 2011 19:45:36 -0500 Subject: [PATCH] Fix quoting in rbenv function --- libexec/rbenv-init | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libexec/rbenv-init b/libexec/rbenv-init index 29daa10c..df2bf00c 100755 --- a/libexec/rbenv-init +++ b/libexec/rbenv-init @@ -71,13 +71,13 @@ commands=(`rbenv commands --sh`) IFS="|" cat <