소스 검색

Remove leading `:`

pull/504/head^2
Kohei Suzuki 10 년 전
부모
커밋
3c7a13d81f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      libexec/rbenv-which

+ 2
- 1
libexec/rbenv-which 파일 보기

@ -23,7 +23,8 @@ remove_from_path() {
path_before="$result"
result="${result//:$path_to_remove:/:}"
done
echo "${result%:}"
result="${result%:}"
echo "${result#:}"
}
RBENV_COMMAND="$1"

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