mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Fix eval'ing multiline sh-*
command output with fish
This commit is contained in:
parent
51a1ee06e4
commit
c101052a7f
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ function rbenv
|
|||
|
||||
switch "\$command"
|
||||
case ${commands[*]}
|
||||
eval (rbenv "sh-\$command" \$argv)
|
||||
. (rbenv "sh-\$command" \$argv|psub)
|
||||
case '*'
|
||||
command rbenv "\$command" \$argv
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue