aboutsummaryrefslogtreecommitdiffstats
path: root/setup-timezone.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-timezone.in')
-rwxr-xr-xsetup-timezone.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup-timezone.in b/setup-timezone.in
index fd1aeaf..3caf0f5 100755
--- a/setup-timezone.in
+++ b/setup-timezone.in
@@ -80,8 +80,8 @@ while true; do
esac
while [ -d "$zroot/$zonepath" ]; do
- local zone=
- echo -n "What sub-timezone of '$zonepath' are you in? ('?' for list)"
+ zone=
+ echo -n "What sub-timezone of '$zonepath' are you in? ('?' for list) "
default_read zone
case "$zone" in
"?") show_tz_list "$zonepath"; continue;;