about summary refs log tree commit diff
path: root/timezone/yearistype
diff options
context:
space:
mode:
Diffstat (limited to 'timezone/yearistype')
-rwxr-xr-xtimezone/yearistype3
1 files changed, 2 insertions, 1 deletions
diff --git a/timezone/yearistype b/timezone/yearistype
index 62d6365ecd..8d796f1f21 100755
--- a/timezone/yearistype
+++ b/timezone/yearistype
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-: '@(#)yearistype.sh	7.6'
+: '@(#)yearistype.sh	7.7'
 
 case $#-$1 in
 	2-|2-0*|2-*[!0-9]*)
@@ -34,3 +34,4 @@ case $#-$2 in
 esac
 
 echo "$0: usage is $0 year even|odd|uspres|nonpres|nonuspres" >&2
+exit 1