From 071bac87a784e01b9598ba3b26202df64a2b9797 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 1 Jan 2015 18:17:14 +0100 Subject: fix typo --- bin/reproducible_scheduler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_scheduler.sh') 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 -- cgit v1.2.3-70-g09d2