Ver a proveniência

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

pull/487/head^2
Mislav Marohnić há 10 anos
ascendente
cometimento
c101052a7f
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      libexec/rbenv-init

+ 1
- 1
libexec/rbenv-init Ver ficheiro

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

Carregando…
Cancelar
Guardar