From 037d65cc9266b69118ee3805f05b9e12ae0589c5 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Sat, 1 Feb 2014 19:45:45 -0300 Subject: [PATCH] ircstat/mlstat, stat: add the new year (2014) --- ircstat/mlstat | 2 +- ircstat/stat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ircstat/mlstat b/ircstat/mlstat index 3c4ab6e..ebc4c37 100755 --- a/ircstat/mlstat +++ b/ircstat/mlstat @@ -26,7 +26,7 @@ t= >_out n=0 off=2 -for y in 10 11 12 13; do +for y in 10 11 12 13 14; do for m in 1 2 3 4 5 6 7 8 9 10 11 12; do mm=`printf "%02d" $m` qn=`eval echo \\$q_20${y}_${m}` diff --git a/ircstat/stat b/ircstat/stat index 41bd089..0316450 100755 --- a/ircstat/stat +++ b/ircstat/stat @@ -16,7 +16,7 @@ t= >_out n=0 off=2 -for y in 10 11 12 13; do +for y in 10 11 12 13 14; do for m in 1 2 3 4 5 6 7 8 9 10 11 12; do mm=`printf "%02d" $m` [ "`echo ${Q}_20${y}-${mm}-*`" = "${Q}_20${y}-${mm}-*" ] &&