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