From 92e4b6a92716f8b2457376291171a6330d072b0d Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 9 Nov 2012 21:20:57 +0000 Subject: Update tzcode to 2012i. --- timezone/tzselect.ksh | 33 +++++++++++++-------------------- 1 file changed, 13 insertions(+), 20 deletions(-) (limited to 'timezone/tzselect.ksh') diff --git a/timezone/tzselect.ksh b/timezone/tzselect.ksh index 57bf707..0e93d79 100644 --- a/timezone/tzselect.ksh +++ b/timezone/tzselect.ksh @@ -1,6 +1,6 @@ #! @KSH@ -VERSION='@(#)tzselect.ksh 8.2' +TZVERSION=tz2012i # Ask the user about the time zone, and output the resulting TZ value to stdout. # Interact with the user via stderr and stdin. @@ -9,29 +9,22 @@ VERSION='@(#)tzselect.ksh 8.2' # Porting notes: # -# This script requires several features of the Korn shell. -# If your host lacks the Korn shell, -# you can use either of the following free programs instead: -# -# -# Bourne-Again shell (bash) -# +# This script requires a Posix-like shell with the extension of a +# 'select' statement. The 'select' statement was introduced in the +# Korn shell and is available in Bash and other shell implementations. +# If your host lacks both Bash and the Korn shell, you can get their +# source from one of these locations: # -# -# Public domain ksh -# +# Bash +# Korn Shell +# Public Domain Korn Shell # # This script also uses several features of modern awk programs. -# If your host lacks awk, or has an old awk that does not conform to Posix.2, +# If your host lacks awk, or has an old awk that does not conform to Posix, # you can use either of the following free programs instead: # -# -# GNU awk (gawk) -# -# -# -# mawk -# +# Gawk (GNU awk) +# mawk # Specify default values for environment variables if they are unset. @@ -55,7 +48,7 @@ EOF exit 0 elif [ "$1" = "--version" ]; then cat <