From 613a281393f76b316d22ecd73a7a856c642dad72 Mon Sep 17 00:00:00 2001 From: Ulrich Mueller Date: Sun, 29 Aug 2010 08:24:26 +0200 Subject: Change a comment in prepcompress(). --- bin/misc-functions.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3-1-g7c22