Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/zoneinfo Merge tzdata2005e.



details:   https://anonhg.NetBSD.org/src/rev/532165e06873
branches:  trunk
changeset: 573834:532165e06873
user:      kleink <kleink%NetBSD.org@localhost>
date:      Sat Feb 12 00:31:41 2005 +0000

description:
Merge tzdata2005e.

diffstat:

 share/zoneinfo/yearistype.sh |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r f26c104a8fc9 -r 532165e06873 share/zoneinfo/yearistype.sh
--- a/share/zoneinfo/yearistype.sh      Sat Feb 12 00:28:41 2005 +0000
+++ b/share/zoneinfo/yearistype.sh      Sat Feb 12 00:31:41 2005 +0000
@@ -1,9 +1,9 @@
 #! /bin/sh
 #
-#      $NetBSD: yearistype.sh,v 1.4 2000/11/03 11:08:22 kleink Exp $
+#      $NetBSD: yearistype.sh,v 1.5 2005/02/12 00:31:41 kleink Exp $
 #
 
-: '@(#)yearistype.sh   7.7'
+: '@(#)yearistype.sh   7.8'
 
 case $#-$1 in
        2-|2-0*|2-*[!0-9]*)
@@ -12,7 +12,7 @@
 esac
 
 case $#-$2 in
-       2-even) 
+       2-even)
                case $1 in
                        *[24680])                       exit 0 ;;
                        *)                              exit 1 ;;
@@ -22,7 +22,7 @@
                        *[02468][048]|*[13579][26])     exit 1 ;;
                        *)                              exit 0 ;;
                esac ;;
-       2-odd)  
+       2-odd)
                case $1 in
                        *[13579])                       exit 0 ;;
                        *)                              exit 1 ;;
@@ -32,7 +32,7 @@
                        *[02468][048]|*[13579][26])     exit 0 ;;
                        *)                              exit 1 ;;
                esac ;;
-       2-*)    
+       2-*)
                echo "$0: wild type - $2" >&2 ;;
 esac
 



Home | Main Index | Thread Index | Old Index