small enhancement

Esse commit está contido em:
belliash 2012-01-13 13:41:26 +01:00
commit 5f2737270b
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

@ -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