From b79c8e8f0b070ba578dfd64a9f936f4c54a0824c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 Oct 2018 11:53:44 +0200 Subject: bin/harvest-commit-times: add "\n" at the end --- bin/harvest-commit-times | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/harvest-commit-times') diff --git a/bin/harvest-commit-times b/bin/harvest-commit-times index 325da70..163870f 100755 --- a/bin/harvest-commit-times +++ b/bin/harvest-commit-times @@ -139,6 +139,7 @@ while true; do ssh buildmaster 'mysql buildmaster -N --raw --batch' fi else + >&2 printf '\n' break fi -- cgit v1.2.3