another fix

This commit is contained in:
belliash 2012-01-13 16:09:13 +01:00
부모 9bec8e4086
커밋 99bbad5df4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -167,7 +167,7 @@ function mergeOverlay() {
done < <(find * -maxdepth 0)
cd ..
done < <(find * -maxdepth 0 -type d)
rm -rf ${TRASHDIR}/ebuilds
rm -rf ${TRASHDIR}/ebuilds/*
return 0
}