From 5fe4932c649053a8686d28d10314bc7ee4c104c8 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sat, 21 Feb 2009 20:52:59 +0000 Subject: [PATCH] more tidy ups for paths/variables Signed-off-by: Mark Hymers --- config/debian/dinstall | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.39.2