From 9b94dc132bf9372302fcc698b4df4b7bfcef5bcf Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Thu, 5 Jan 2012 20:30:55 +0000 Subject: [PATCH] Fix C/P error Signed-off-by: Mark Hymers --- config/debian/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/debian/common b/config/debian/common index 3e8aefbf..3a45b456 100644 --- a/config/debian/common +++ b/config/debian/common @@ -50,7 +50,7 @@ function make_buildd_dir () { # Process (oldstable)-proposed-updates "NEW" queue function punew_do() { date -u -R >> REPORT - dak process-policy $1 | tee -a REPORT | mail -a "X-Debian: DAK" -e -s "NEW changes in $1" debian-release@lists.debian.org -- -F "Debian FTP Masters" -f + dak process-policy $1 | tee -a REPORT | mail -a "X-Debian: DAK" -e -s "NEW changes in $1" debian-release@lists.debian.org -- -F "Debian FTP Masters" -f ftpmaster@ftp-master.debian.org echo >> REPORT } -- 2.39.2