summaryrefslogtreecommitdiff
path: root/mdate-sh
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-01-04 06:05:29 +0000
committerTom Tromey <tromey@redhat.com>1996-01-04 06:05:29 +0000
commitbee33fa7dfb466bb1b912016254dcf77bed3859a (patch)
tree4d758bbd3ed1d0751f52c1cfa89d8e242bdbc0ef /mdate-sh
parent3673440666cb48bf99d334823d9025085998a598 (diff)
downloadautomake-bee33fa7dfb466bb1b912016254dcf77bed3859a.tar.gz
bug fix
Diffstat (limited to 'mdate-sh')
-rwxr-xr-xmdate-sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdate-sh b/mdate-sh
index d01e00c25..10e19caa0 100755
--- a/mdate-sh
+++ b/mdate-sh
@@ -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;;