[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] %Y works so much nicer than here



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian/cron.monthly |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/debian/cron.monthly b/config/debian/cron.monthly
index 233e101..08c8fe0 100755
--- a/config/debian/cron.monthly
+++ b/config/debian/cron.monthly
@@ -33,7 +33,7 @@ ln -sf $DATE current
 chmod g+w $DATE
 chown dak:ftpteam $DATE
 
-DATE=$(date -d yesterday +$Y-%m)
+DATE=$(date -d yesterday +%Y-%m)
 cd /srv/upload.debian.org/queued
 /srv/upload.debian.org/queued/debianqueued -k || true
 mv log log.${DATE}
-- 
1.7.2.5


Reply to: