Fix expr.
This commit is contained in:
parent
c17239d3c3
commit
32924054b7
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ while read accnt ; do
|
||||||
currentmonth=12
|
currentmonth=12
|
||||||
currentyear=`expr $currentyear - 1`
|
currentyear=`expr $currentyear - 1`
|
||||||
else
|
else
|
||||||
currentmonth=`$currentmonth - 1`
|
currentmonth=`expr $currentmonth - 1`
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue