diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-13 15:04:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-13 15:25:20 +0200 |
commit | f6952909b7cf96e473d0defdf350f01cbbdfcf63 (patch) | |
tree | 8fcbb9c25574c7ec7e83fa674cde8602624376a3 | |
parent | b20f5cfcf703c545ab74d17bf6ebcc5247a01131 (diff) | |
download | jenkins.debian.net-f6952909b7cf96e473d0defdf350f01cbbdfcf63.tar.xz |
whitespaces
-rwxr-xr-x | bin/reproducible_scheduler.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_scheduler.sh b/bin/reproducible_scheduler.sh index 5cbfaad9..47ef54a5 100755 --- a/bin/reproducible_scheduler.sh +++ b/bin/reproducible_scheduler.sh @@ -148,10 +148,10 @@ schedule_packages() { done cat $TMPFILE | sqlite3 -init $INIT ${PACKAGES_DB} rm $TMPFILE -echo "=============================================================================" -echo "The following $TOTAL source packages have been scheduled: $CANDIDATES" -echo "=============================================================================" -echo + echo "=============================================================================" + echo "The following $TOTAL source packages have been scheduled: $CANDIDATES" + echo "=============================================================================" + echo } # |