mirror of
https://github.com/pyenv/pyenv.git
synced 2025-12-10 16:31:27 +09:00
Fix eval'ing multiline sh-* command output with fish
This commit is contained in:
parent
51a1ee06e4
commit
c101052a7f
@ -102,7 +102,7 @@ function rbenv
|
|||||||
|
|
||||||
switch "\$command"
|
switch "\$command"
|
||||||
case ${commands[*]}
|
case ${commands[*]}
|
||||||
eval (rbenv "sh-\$command" \$argv)
|
. (rbenv "sh-\$command" \$argv|psub)
|
||||||
case '*'
|
case '*'
|
||||||
command rbenv "\$command" \$argv
|
command rbenv "\$command" \$argv
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user