From e5d6982a1e91b2e283ecafe949599e99a4e3225c Mon Sep 17 00:00:00 2001 From: Antoine Durand-Gasselin Date: Thu, 23 Jul 2009 17:50:14 +0200 Subject: [PATCH] [kill_cnpkmodule] typo darcs-hash:20090723155014-bd074-cb316b3c0ead025038e65b9da7f62aeab14fbe3c.gz --- impression/kill_cnpkmodule | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/impression/kill_cnpkmodule b/impression/kill_cnpkmodule index c66fea13..12d27f06 100755 --- a/impression/kill_cnpkmodule +++ b/impression/kill_cnpkmodule @@ -9,5 +9,4 @@ # de cnpkmodule avec un time supérieur à 60 minutes ps ax | grep cnpkmodule | \ -perl -nle '/(\d*)\s+([^\s]*\s*){2}(\d*)/; \ - if ($3 > 60) {kill 9, $1; print "cnpkmodule was killed"}' +perl -nle '/(\d*)\s+([^\s]*\s*){2}(\d*)/; if ($3 > 60) {kill 9, $1; print "cnpkmodule was killed"}'