소스 검색

Fixed `rbenv init -` output to work w/ no args and bash's `set -u`.

pull/1133/head
Ryan Davis 7 년 전
부모
커밋
1a8b5e04a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      libexec/rbenv-init

+ 1
- 1
libexec/rbenv-init 파일 보기

@ -138,7 +138,7 @@ esac
if [ "$shell" != "fish" ]; then
IFS="|"
cat <<EOS
command="\$1"
command="\${1:-}"
if [ "\$#" -gt 0 ]; then
shift
fi

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