From a7926c2ebfb18bcff3618329b6d9004e4a60bcce Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Fri, 20 Jan 2012 11:52:28 +0100 Subject: be without any mercy (bzr r1854.1.2) --- tools/unity.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/unity.cmake b/tools/unity.cmake index 791813094..579aee4b9 100755 --- a/tools/unity.cmake +++ b/tools/unity.cmake @@ -140,7 +140,7 @@ def process_and_start_unity (verbose, debug_mode, compiz_args, log_file): # kill a previous compiz if was there (this is a hack as compiz can # sometimes get stuck and not exit on --replace) - subprocess.call (["pkill", "compiz"]) + subprocess.call (["pkill", "-9", "compiz"]) # shell = True as it's the simpest way to | tee. # In this case, we need a string and not a list -- cgit v1.2.3