blob: e99f320686b6ab60ed188d39d34156e55bab99aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- clamassassin.in.orig 2007-03-05 04:19:48 UTC
+++ clamassassin.in
@@ -132,7 +132,7 @@ ${CAT} > ${MSGTMP}
bailiferr $?
# Set version header string
-CLAMVERS=`${CLAMSCAN} -V --stdout`
+CLAMVERS=`${CLAMSCAN} -V --stdout | tail -1`
if [ ${ADDSCANNERFLAG} != 0 ]
then
|