From bf49dc0b71d1e6153649a96a49d6371b158b66ad Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 24 Feb 2015 21:15:17 +0100 Subject: reproducible: zombies are hard to deal with --- bin/reproducible_maintainance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_maintainance.sh') diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh index 463fc3ed..54bf3f58 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 $ZOMBIES" + echo "kill -9 $(cat $ZOMBIES)" echo "Please cleanup manually." echo DIRTY=true -- cgit v1.2.3-70-g09d2