summaryrefslogtreecommitdiffstats
path: root/share/zoneinfo/yearistype.sh
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-03-02 20:48:55 +0000
committerwollman <wollman@FreeBSD.org>1996-03-02 20:48:55 +0000
commite1e2dbd6d535913764c66c3061e4ad283da8b024 (patch)
tree0e24e93423ac18efe033654586e4c24f4c6c49cd /share/zoneinfo/yearistype.sh
parent785410ee442f9778218ce8c2848e6baaaf279cf5 (diff)
downloadFreeBSD-src-e1e2dbd6d535913764c66c3061e4ad283da8b024.zip
FreeBSD-src-e1e2dbd6d535913764c66c3061e4ad283da8b024.tar.gz
Latest rlelease of timezone data files.
Obtained from: Arthud David Olson <ado@elsie.nci.nih.gov>
Diffstat (limited to 'share/zoneinfo/yearistype.sh')
-rwxr-xr-xshare/zoneinfo/yearistype.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/zoneinfo/yearistype.sh b/share/zoneinfo/yearistype.sh
index c7a886c..809f549 100755
--- a/share/zoneinfo/yearistype.sh
+++ b/share/zoneinfo/yearistype.sh
@@ -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
OpenPOWER on IntegriCloud