[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:06:03 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 2c9de1f26460a69023f5ccaf7a69f64aec383526
Author: Török Edvin <edwin at clamav.net>
Date:   Fri Sep 25 17:37:00 2009 +0300

    Fix typo.

diff --git a/unit_tests/check_common.sh b/unit_tests/check_common.sh
index d3bfc67..a325876 100644
--- a/unit_tests/check_common.sh
+++ b/unit_tests/check_common.sh
@@ -22,7 +22,7 @@ killclamd() {
     sleep 9 &&
     kill -0 $pid 2>/dev/null &&
     echo "Killing stuck clamd!" &&
-    kill -KILL $pid || true
+    (kill -KILL $pid || true) &&
     exit 109
 }
 

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list