소스 검색

ignore non files

pull/10/head
Yamashita Yuu 13 년 전
부모
커밋
f878896a77
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      plugins/python-build/bin/python-build

+ 1
- 1
plugins/python-build/bin/python-build 파일 보기

@ -414,7 +414,7 @@ usage() {
list_definitions() {
{ for definition in "${PYTHON_BUILD_ROOT}/share/python-build/"*; do
echo "${definition##*/}"
test -f "${definition}" && echo "${definition##*/}"
done
} | sort
}

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