소스 검색

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

불러오는 중...
취소
저장