From 6ca26f3df7a54213e20035d923ce3dac69540ec9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 2 Mar 2015 02:20:11 +0100 Subject: reproducible: killing zombies is really hard --- bin/reproducible_maintainance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh index b33701f2..fbe49aff 100755 --- a/bin/reproducible_maintainance.sh +++ b/bin/reproducible_maintainance.sh @@ -115,7 +115,7 @@ if [ -s $RESULT ] ; then echo "Warning: processes found which should not be there:" cat $RESULT echo - ZOMBIES=$(echo $RESULT | cut -d " " -f1 | xargs echo) + ZOMBIES=$(cat $RESULT | cut -d " " -f1 | xargs echo) echo "kill -9 $(echo $ZOMBIES)" echo "Please cleanup manually." echo -- cgit v1.2.3-54-g00ecf