mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-04 06:45:12 -04:00
Use $year', not year' as expr arg.
This commit is contained in:
+1
-1
@@ -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;;
|
||||
|
||||
Reference in New Issue
Block a user