diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-01 18:17:14 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-01 18:17:14 +0100 |
commit | 071bac87a784e01b9598ba3b26202df64a2b9797 (patch) | |
tree | 60e773aa5a1b427017cc45834589a7f607bcbef7 | |
parent | e6bd4b1bcf66bd5c16e8f6caddf7847dec8da9d3 (diff) | |
download | jenkins.debian.net-071bac87a784e01b9598ba3b26202df64a2b9797.tar.xz |
fix typo
-rwxr-xr-x | bin/reproducible_scheduler.sh | 2 |
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 |