]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dinstall.functions
meh
[dak.git] / 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() {