summaryrefslogtreecommitdiff
path: root/timezone/tzselect.ksh
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-09 23:42:31 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-09 23:42:31 +0000
commit0aa8f8a17fdeebce1a87c0c2e664f47734505f61 (patch)
tree3bed28a3f626220b46682f83d263a1807fd04b87 /timezone/tzselect.ksh
parent4e87147f3445cc6d6b568e6f8b0b4b8f833b314e (diff)
Use unmodified tzselect.ksh in glibc.
Diffstat (limited to 'timezone/tzselect.ksh')
-rw-r--r--timezone/tzselect.ksh6
1 files changed, 3 insertions, 3 deletions
diff --git a/timezone/tzselect.ksh b/timezone/tzselect.ksh
index 0e93d7982b..4fe5d02ba1 100644
--- a/timezone/tzselect.ksh
+++ b/timezone/tzselect.ksh
@@ -1,6 +1,6 @@
-#! @KSH@
+#!/bin/bash
-TZVERSION=tz2012i
+TZVERSION=see_Makefile
# Ask the user about the time zone, and output the resulting TZ value to stdout.
# Interact with the user via stderr and stdin.
@@ -29,7 +29,7 @@ TZVERSION=tz2012i
# Specify default values for environment variables if they are unset.
: ${AWK=awk}
-: ${TZDIR=@TZDIR@}
+: ${TZDIR=$(pwd)}
# Check for awk Posix compliance.
($AWK -v x=y 'BEGIN { exit 123 }') </dev/null >/dev/null 2>&1