From: Mark Hymers Date: Sat, 21 Feb 2009 20:52:59 +0000 (+0000) Subject: more tidy ups for paths/variables X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=5fe4932c649053a8686d28d10314bc7ee4c104c8;p=dak.git more tidy ups for paths/variables Signed-off-by: Mark Hymers --- diff --git a/config/debian/dinstall b/config/debian/dinstall index cb6e03a6..b6ed073a 100755 --- a/config/debian/dinstall +++ b/config/debian/dinstall @@ -167,9 +167,8 @@ function i18n1() { # Process the accepted queue function accepted() { log "Processing queue/accepted" - cd "$accepted" - rm -f REPORT - dak process-accepted -pa -d "$accepted" > REPORT + rm -f "$accepted/REPORT" + dak process-accepted -pa -d "$accepted" > "$accepted/REPORT" cat REPORT | mail -s "Install for $(date +"%D - %R")" ftpmaster@ftp-master.debian.org chgrp debadmin REPORT chmod 664 REPORT