Change a comment in prepcompress().
authorUlrich Mueller <ulm@gentoo.org>
Sun, 29 Aug 2010 06:24:26 +0000 (08:24 +0200)
committerZac Medico <zmedico@gentoo.org>
Sun, 29 Aug 2010 06:56:55 +0000 (23:56 -0700)
bin/misc-functions.sh

index 50799976c254a61841ab1062a3e95e0fd5a1a3dc..c6949cd19a2ad99cde3e9df2659ff46acb32be68 100755 (executable)
@@ -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