diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-08-06 05:40:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-08-06 05:40:57 +0000 |
commit | c872f5cc633744c9b37044cdf1833b6c42f7ab92 (patch) | |
tree | 7fae91a29dfcffd315c32002fbbcba76fdf2bd67 /timezone/tzselect.ksh | |
parent | bf3534a59e15fd3f1da67d2a0d75f713010a4996 (diff) | |
download | glibc-c872f5cc633744c9b37044cdf1833b6c42f7ab92.tar.gz glibc-c872f5cc633744c9b37044cdf1833b6c42f7ab92.tar.xz glibc-c872f5cc633744c9b37044cdf1833b6c42f7ab92.zip |
Update from tzcode2005k.
Diffstat (limited to 'timezone/tzselect.ksh')
-rw-r--r-- | timezone/tzselect.ksh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/timezone/tzselect.ksh b/timezone/tzselect.ksh index be589240d1..f6e28bfdab 100644 --- a/timezone/tzselect.ksh +++ b/timezone/tzselect.ksh @@ -1,11 +1,11 @@ #! @KSH@ -# '@(#)tzselect.ksh 1.7' +# '@(#)tzselect.ksh 1.8' # Ask the user about the time zone, and output the resulting TZ value to stdout. # Interact with the user via stderr and stdin. -# Contributed by Paul Eggert <eggert@twinsun.com>. +# Contributed by Paul Eggert. # Porting notes: # |