This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
241
Wiki
Activity
Browse Source
Fix eval'ing multiline `sh-*` command output with fish
pull/487/head^2
Mislav Marohnić
10 years ago
parent
51a1ee06e4
commit
c101052a7f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libexec/rbenv-init
+ 1
- 1
libexec/rbenv-init
View File
@ -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
Write
Preview
Loading…
Cancel
Save