From: Joerg Jaspert Date: Tue, 29 Dec 2009 22:36:54 +0000 (+0100) Subject: Umm, tee >> report? wth, good morning, do it right X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64521b7f5720cd25132e3feed4b15e99e35790db;p=dak Umm, tee >> report? wth, good morning, do it right Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 8f2dd81d..751f3178 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -72,7 +72,7 @@ function updates() { # Process (oldstable)-proposed-updates "NEW" queue function punew_do() { date -u -R >> REPORT - dak process-policy $1 | tee >> REPORT | mail -e -s "NEW changes in $1" debian-release@lists.debian.org + dak process-policy $1 | tee -a REPORT | mail -e -s "NEW changes in $1" debian-release@lists.debian.org echo >> REPORT } function punew() {