mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 15:23:53 -05:00
Fix eval'ing multiline sh-* command output with fish
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user