small fix

This commit is contained in:
belliash 2012-01-29 16:57:46 +01:00
부모 53843b56f9
커밋 6bbbe27f8b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -203,7 +203,7 @@ function pullRsync() {
--timeout=${FETCHTIMEOUT} --whole-file --exclude=/.git --exclude=/.hg \
--exclude=/.svn --exclude=CVS --exclude=/distfiles --exclude=/local \
--exclude=/metadata/cache --exclude=/metadata/md5-cache \
--exclude=/packages ${ADDRESS} ${DIRECTORY}" || return 1
--exclude=/packages ${ADDRESS}/ ${DIRECTORY}" || return 1
return 0
}