ircstat/mlstat, stat: add the new year (2014)

This commit is contained in:
Werner Almesberger 2014-02-01 19:45:45 -03:00
parent ebb0d2708b
commit 037d65cc92
2 changed files with 2 additions and 2 deletions

View File

@ -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}`

View File

@ -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}-*" ] &&