From 5f2737270b09ea0dd98b9e118750be2712985227 Mon Sep 17 00:00:00 2001 From: belliash Date: Fri, 13 Jan 2012 13:41:26 +0100 Subject: [PATCH] small enhancement --- libraries/filesystem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/filesystem b/libraries/filesystem index 2a49aef..eca28a0 100644 --- a/libraries/filesystem +++ b/libraries/filesystem @@ -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