]> git.decadent.org.uk Git - dak.git/commitdiff
Umm, tee >> report? wth, good morning, do it right
authorJoerg Jaspert <joerg@debian.org>
Tue, 29 Dec 2009 22:36:54 +0000 (23:36 +0100)
committerJoerg Jaspert <joerg@debian.org>
Tue, 29 Dec 2009 22:36:54 +0000 (23:36 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/dinstall.functions

index 8f2dd81d0d783ef4aecb3517327dd103b16dd65e..751f3178362fca9f671bff848a0327a603981c69 100644 (file)
@@ -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() {