small enhancement

This commit is contained in:
belliash 2012-01-13 13:41:26 +01:00
부모 037632f6d9
커밋 5f2737270b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -142,7 +142,7 @@ function mergeOverlay() {
run "cp -apf --parents ${ITEM} ${TRASHDIR}/ebuilds/" || return 1
done
fi
if [ "$(toUpper ${FTS})" != "NONE" ]; then
if [ "$(toUpper ${FTS})" != "NONE" ] && [ "$(toUpper ${FTS})" != "N/A" ]; then
for ITEM in ${FTS}; do
rm -rf ${TRASHDIR}/ebuilds/${ITEM}
done