From a5570f62ddba0ec9ecc99250191c02e0c5a911ab Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 21 Sep 1995 16:21:49 +0000 Subject: * time/africa, time/asia, time/europe, time/northamerica, time/yearistype: New data from ADO 95h. --- time/yearistype | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'time/yearistype') diff --git a/time/yearistype b/time/yearistype index c7a886c25b..809f5492a1 100755 --- a/time/yearistype +++ b/time/yearistype @@ -1,6 +1,6 @@ #! /bin/sh -: '@(#)yearistype.sh 7.3' +: '@(#)yearistype.sh 7.4' case $#-$2 in 2-even) case $1 in @@ -8,7 +8,7 @@ case $#-$2 in *) exit 1 ;; esac ;; 2-nonpres) case $1 in - *[02468][048]|*[13567][26]) exit 1 ;; + *[02468][048]|*[13579][26]) exit 1 ;; *) exit 0 ;; esac ;; 2-odd) case $1 in @@ -16,7 +16,7 @@ case $#-$2 in *) exit 1 ;; esac ;; 2-uspres) case $1 in - *[02468][048]|*[13567][26]) exit 0 ;; + *[02468][048]|*[13579][26]) exit 0 ;; *) exit 1 ;; esac ;; 2-*) echo "$0: wild type - $2" >&2 -- cgit 1.4.1