beagle-crawl-system question



This snippet from beagle-crawl-system:

            
OPTIONS="`test -n "$CRAWL_DISABLE_FILTERING" -a "$CRAWL_DISABLE_FILTERING" 
= "yes" && \
                     echo --disable-filtering`"

            
OPTIONS="`test -n "$CRAWL_DISABLE_DIRECTORIES" -a "$CRAWL_DISABLE_DIRECTORIES" 
= "yes" && \
                     echo --disable-directories`"



The first line is the first setting for OPTIONS. Lines following this always 
have:

OPTIONS="$OPTIONS ..."

Is it intentional for the second OPTIONS= line to override the previous line?

-- 
Pat Double, pat patdouble com
"In the beginning God created the heaven and the earth."

Attachment: pgpjbvGDrU6ba.pgp
Description: PGP signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]