Kaynağa Gözat

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

pull/487/head^2
Mislav Marohnić 10 yıl önce
ebeveyn
işleme
c101052a7f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      libexec/rbenv-init

+ 1
- 1
libexec/rbenv-init Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet