From 13f36e04160031f874b589ab8189761e1d8543ae Mon Sep 17 00:00:00 2001 From: YanhaoYang Date: Fri, 22 Feb 2013 21:41:57 +0800 Subject: [PATCH] rbenv(): preserve multiline output of `sh-*` commands --- libexec/rbenv-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rbenv-init b/libexec/rbenv-init index 0ae9cf47..d8de64a0 100755 --- a/libexec/rbenv-init +++ b/libexec/rbenv-init @@ -97,7 +97,7 @@ rbenv() { case "\$command" in ${commands[*]}) - eval \`rbenv "sh-\$command" "\$@"\`;; + eval "\`rbenv "sh-\$command" "\$@"\`";; *) command rbenv "\$command" "\$@";; esac