From: Jim Meyering Date: Sun, 14 Jul 1996 12:19:15 +0000 (+0000) Subject: fix comment X-Git-Tag: TEXTUTILS-1_19b~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65f957107e20a3bf75e58d621e66722602fea392;p=thirdparty%2Fcoreutils.git fix comment --- diff --git a/doc/mdate-sh b/doc/mdate-sh index 9249f163ef..0845b8bc89 100755 --- a/doc/mdate-sh +++ b/doc/mdate-sh @@ -79,12 +79,11 @@ case $3 in Dec) nummonthtod=12;; esac # For the first six month of the year the time notation can also - # be used for file modified in the last year. + # be used for files modified in the last year. if (expr $nummonth \> $nummonthtod) > /dev/null; then year=`expr $year - 1` - fi - ;; + fi;; *) year=$3;; esac