summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-01 18:17:14 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-01 18:17:14 +0100
commit071bac87a784e01b9598ba3b26202df64a2b9797 (patch)
tree60e773aa5a1b427017cc45834589a7f607bcbef7 /bin/reproducible_scheduler.sh
parente6bd4b1bcf66bd5c16e8f6caddf7847dec8da9d3 (diff)
downloadjenkins.debian.net-071bac87a784e01b9598ba3b26202df64a2b9797.tar.xz
fix typo
Diffstat (limited to 'bin/reproducible_scheduler.sh')
-rwxr-xr-xbin/reproducible_scheduler.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.sh b/bin/reproducible_scheduler.sh
index 19b43368..db375b12 100755
--- a/bin/reproducible_scheduler.sh
+++ b/bin/reproducible_scheduler.sh
@@ -149,7 +149,7 @@ schedule_packages() {
deselect_old_with_buildinfo() {
PACKAGES=""
- for PKG in $1 do ;
+ for PKG in $1 ; do
if [ ! -f /var/lib/jenkins/userContent/buildinfo/${PKG}_.buildinfo ] ; then
PACKAGES="$PACKAGES $PKG"
else