소스 검색

replace tab with spaces

pull/360/head^2
Shohei Yamasaki 11 년 전
부모
커밋
2bbf49b2f5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      libexec/rbenv-init

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

@ -11,7 +11,7 @@ for args in "$@"
do
if [ "$args" = "-" ]; then
print=1
shift
shift
fi
if [ "$args" = "--no-rehash" ]; then

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