From e9564865df793bd6ad33eee82009472edf59fb22 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 26 Feb 2015 13:12:54 +0100 Subject: reproducible: killing zombies is hard. even just suggesting how to. --- 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 54bf3f58..b2aad7c0 100755 --- a/bin/reproducible_maintainance.sh +++ b/bin/reproducible_maintainance.sh @@ -115,7 +115,7 @@ if [ -s $RESULT ] ; then cat $RESULT echo ZOMBIES=$(echo $RESULT | cut -d " " -f1 | xargs echo) - echo "kill -9 $(cat $ZOMBIES)" + echo "kill -9 $(echo $ZOMBIES)" echo "Please cleanup manually." echo DIRTY=true -- cgit v1.2.3-54-g00ecf