summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintainance.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-26 13:12:54 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-26 13:14:23 +0100
commite9564865df793bd6ad33eee82009472edf59fb22 (patch)
tree1872a5b9f55c71764cb0292d428ca0430e4a365e /bin/reproducible_maintainance.sh
parent5e6a06fc6f47ce9c6befd54f12e174f2e27ad4bb (diff)
downloadjenkins.debian.net-e9564865df793bd6ad33eee82009472edf59fb22.tar.xz
reproducible: killing zombies is hard. even just suggesting how to.
Diffstat (limited to 'bin/reproducible_maintainance.sh')
-rwxr-xr-xbin/reproducible_maintainance.sh2
1 files changed, 1 insertions, 1 deletions
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