[cvs] bogofilter/tuning bogolex.sh,1.5,1.6

Matthias Andree matthias.andree at gmx.de
Wed Sep 24 20:57:51 CEST 2003


clint at users.sourceforge.net writes:

> Don't use test operators that aren't POSIX-compliant.
>
>
> -if [ -z "$BOGOLEXER" -o -z "$BOGOUTIL" -o -z "$BOGOFILTER_DIR" ] ; then
> +if [ -z "$BOGOLEXER" ] || [ -z "$BOGOUTIL" ] || [ -z "$BOGOFILTER_DIR" ];
> +then
>      echo BOGOLEXER or BOGOUTIL or BOGOFILTER_DIR not set

Good catch, thank you.

-- 
Matthias Andree

Encrypt your mail: my GnuPG key ID is 0x052E7D95




More information about the bogofilter-dev mailing list