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/checktab.awk | |
parent | bf3534a59e15fd3f1da67d2a0d75f713010a4996 (diff) | |
download | glibc-c872f5cc633744c9b37044cdf1833b6c42f7ab92.tar.gz glibc-c872f5cc633744c9b37044cdf1833b6c42f7ab92.tar.xz glibc-c872f5cc633744c9b37044cdf1833b6c42f7ab92.zip |
Update from tzcode2005k.
Diffstat (limited to 'timezone/checktab.awk')
-rw-r--r-- | timezone/checktab.awk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/timezone/checktab.awk b/timezone/checktab.awk index 6a2d19ae00..6d532141e6 100644 --- a/timezone/checktab.awk +++ b/timezone/checktab.awk @@ -1,8 +1,8 @@ # Check tz tables for consistency. -# @(#)checktab.awk 1.6 +# @(#)checktab.awk 1.7 -# Contributed by Paul Eggert <eggert@twinsun.com>. +# Contributed by Paul Eggert. BEGIN { FS = "\t" |