diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-04-14 09:39:16 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-14 09:39:16 +0200 |
commit | 2f7750d6ce295b42121ea94bc310f8ef9abc681d (patch) | |
tree | 3b05de755e5d926fcefcd1affcbcaf2f191823f0 | |
parent | 5c91b2461d5b0d8c54f3cc40b5d1d8b891eca6a4 (diff) | |
download | jenkins.debian.net-2f7750d6ce295b42121ea94bc310f8ef9abc681d.tar.xz |
reproducible: initialize PSCALL safely
-rwxr-xr-x | bin/reproducible_maintenance.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index 70d2c53f..53799b20 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -138,6 +138,7 @@ if [ -s $RESULT ] ; then done if [ -s $TOKILL ] ; then DIRTY=true + PSCALL="" echo echo "Warning: processes found which should not be there, killing them now:" for PROCESS in $(cat $TOKILL) ; do |