From: Mark Hymers Date: Thu, 5 Jan 2012 20:30:55 +0000 (+0000) Subject: Fix C/P error X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=9b94dc132bf9372302fcc698b4df4b7bfcef5bcf Fix C/P error Signed-off-by: Mark Hymers --- 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 }