Fix expr.

This commit is contained in:
Dominik Pantůček 2023-07-29 16:13:21 +02:00
parent c17239d3c3
commit 32924054b7

View file

@ -370,7 +370,7 @@ while read accnt ; do
currentmonth=12
currentyear=`expr $currentyear - 1`
else
currentmonth=`$currentmonth - 1`
currentmonth=`expr $currentmonth - 1`
fi
done