Use $year', not year' as expr arg.

This commit is contained in:
Jim Meyering
1996-01-04 05:29:09 +00:00
parent f280d719f3
commit 6a7bd50a0b
+1 -1
View File
@@ -82,7 +82,7 @@ case $3 in
# be used for file modified in the last year.
if (expr $nummonth \> $nummonthtod) > /dev/null;
then
year=`expr year - 1`
year=`expr $year - 1`
fi
;;
*) year=$3;;