------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=126529 winter kde org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From winter kde org 2006-04-30 17:24 ------- SVN commit 535841 by winterz: Fix syntax error. Patch provided by p92 AT free DOT fr. Thanks. BUGS: 126529 M +1 -1 kmail_clamav.sh --- branches/KDE/3.5/kdepim/kmail/avscripts/kmail_clamav.sh #535840:535841 @ -35,7 +35,7 @ cat > $TEMPFILE # check for a running daemon -if [ `ps -eo comm|grep clamd` = "clamd" ]; then +if [ "`ps -eo comm|grep clamd`" = "clamd" ]; then chmod a+r $TEMPFILE CLAMCOMANDO="clamdscan --stdout --no-summary " else _______________________________________________ KMail developers mailing list KMail-devel@kde.org https://mail.kde.org/mailman/listinfo/kmail-devel