From f65ddba2cf01de088877fa635610c3c94aa6c9c9 Mon Sep 17 00:00:00 2001 From: Yves Schumann Date: Wed, 29 May 2013 15:28:51 +0200 Subject: setup-timezone: fix typo - Removed obsolete modifier - Fixed typo --- setup-timezone.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup-timezone.in') 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;; -- cgit v1.2.3