1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-23 05:14:46 +02:00

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

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;;