ソースを参照

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

pull/487/head^2
Mislav Marohnić 10年前
コミット
c101052a7f
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      libexec/rbenv-init

+ 1
- 1
libexec/rbenv-init ファイルの表示

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

読み込み中…
キャンセル
保存