summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintenance.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-04-14 09:39:16 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-14 09:39:16 +0200
commit2f7750d6ce295b42121ea94bc310f8ef9abc681d (patch)
tree3b05de755e5d926fcefcd1affcbcaf2f191823f0 /bin/reproducible_maintenance.sh
parent5c91b2461d5b0d8c54f3cc40b5d1d8b891eca6a4 (diff)
downloadjenkins.debian.net-2f7750d6ce295b42121ea94bc310f8ef9abc681d.tar.xz
reproducible: initialize PSCALL safely
Diffstat (limited to 'bin/reproducible_maintenance.sh')
-rwxr-xr-xbin/reproducible_maintenance.sh1
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