mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
rbenv(): preserve multiline output of sh-*
commands
This commit is contained in:
parent
e3f72ebae2
commit
13f36e0416
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ rbenv() {
|
|||
|
||||
case "\$command" in
|
||||
${commands[*]})
|
||||
eval \`rbenv "sh-\$command" "\$@"\`;;
|
||||
eval "\`rbenv "sh-\$command" "\$@"\`";;
|
||||
*)
|
||||
command rbenv "\$command" "\$@";;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue