mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 07:13:53 -05:00
rbenv(): preserve multiline output of sh-* commands
This commit is contained in:
committed by
Mislav Marohnić
parent
e3f72ebae2
commit
13f36e0416
@@ -97,7 +97,7 @@ rbenv() {
|
|||||||
|
|
||||||
case "\$command" in
|
case "\$command" in
|
||||||
${commands[*]})
|
${commands[*]})
|
||||||
eval \`rbenv "sh-\$command" "\$@"\`;;
|
eval "\`rbenv "sh-\$command" "\$@"\`";;
|
||||||
*)
|
*)
|
||||||
command rbenv "\$command" "\$@";;
|
command rbenv "\$command" "\$@";;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user