Explorar el Código

Fix eval'ing multiline `sh-*` command output with fish

pull/487/head^2
Mislav Marohnić hace 10 años
padre
commit
c101052a7f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      libexec/rbenv-init

+ 1
- 1
libexec/rbenv-init Ver fichero

@ -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

Cargando…
Cancelar
Guardar