mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-22 23:20:47 +00:00
Fix eval'ing multiline sh-*
command output with bash
This commit is contained in:
parent
efb187f26f
commit
0f44c57d08
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ cat <<EOS
|
|||
|
||||
case "\$command" in
|
||||
${commands[*]})
|
||||
eval "\`rbenv "sh-\$command" "\$@"\`";;
|
||||
eval "\$(rbenv "sh-\$command" "\$@")";;
|
||||
*)
|
||||
command rbenv "\$command" "\$@";;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue