This commit was generated by cvs2svn to compensate for changes in r14338,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Garrett Wollman 1996-03-02 20:48:55 +00:00
commit 68284cf1ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14339
2 changed files with 15 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# @(#)antarctica 7.2 # @(#)antarctica 7.3
# From Arthur David Olson (February 13, 1988): # From Arthur David Olson (February 13, 1988):
# No data available. # No data available.
@ -9,11 +9,17 @@
# South Orkney Is # South Orkney Is
# South Shetland Is # South Shetland Is
# Amsterdam Island
# Bouvet # Bouvet
# Crozet Is # uninhabited
# Heard and McDonald Is
# Kerguelen Is # French Southern and Antarctic Lands (no indigenous inhabitants) include
# St Paul Island # Amsterdam Island
# Crozet Is
# Kerguelen Is
# St Paul Island
# Heard Island, McDonald Is
# uninhabited
# Peter I Island # Peter I Island
# Scott Island # Scott Island

View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
: '@(#)yearistype.sh 7.3' : '@(#)yearistype.sh 7.4'
case $#-$2 in case $#-$2 in
2-even) case $1 in 2-even) case $1 in
@ -8,7 +8,7 @@ case $#-$2 in
*) exit 1 ;; *) exit 1 ;;
esac ;; esac ;;
2-nonpres) case $1 in 2-nonpres) case $1 in
*[02468][048]|*[13567][26]) exit 1 ;; *[02468][048]|*[13579][26]) exit 1 ;;
*) exit 0 ;; *) exit 0 ;;
esac ;; esac ;;
2-odd) case $1 in 2-odd) case $1 in
@ -16,7 +16,7 @@ case $#-$2 in
*) exit 1 ;; *) exit 1 ;;
esac ;; esac ;;
2-uspres) case $1 in 2-uspres) case $1 in
*[02468][048]|*[13567][26]) exit 0 ;; *[02468][048]|*[13579][26]) exit 0 ;;
*) exit 1 ;; *) exit 1 ;;
esac ;; esac ;;
2-*) echo "$0: wild type - $2" >&2 2-*) echo "$0: wild type - $2" >&2