From: Ulrich Mueller Date: Sun, 29 Aug 2010 06:24:26 +0000 (+0200) Subject: Change a comment in prepcompress(). X-Git-Tag: v2.2_rc72~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=613a281393f76b316d22ecd73a7a856c642dad72;p=portage.git Change a comment in prepcompress(). --- diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 50799976c..c6949cd19 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -85,8 +85,9 @@ prepcompress() { done # Remove redundant entries from lists. - # For the include list, remove any entries that are - # contained in a directory in the include or exclude lists. + # For the include list, remove any entries that are: + # a) contained in a directory in the include or exclude lists, or + # b) identical with an entry in the exclude list. for (( i = ${#include[@]} - 1; i >= 0; i-- )); do f=${include[i]} for g in "${include[@]}"; do