diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-26 13:12:54 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-26 13:14:23 +0100 |
commit | e9564865df793bd6ad33eee82009472edf59fb22 (patch) | |
tree | 1872a5b9f55c71764cb0292d428ca0430e4a365e /bin | |
parent | 5e6a06fc6f47ce9c6befd54f12e174f2e27ad4bb (diff) | |
download | jenkins.debian.net-e9564865df793bd6ad33eee82009472edf59fb22.tar.xz |
reproducible: killing zombies is hard. even just suggesting how to.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_maintainance.sh | 2 |
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 |