diff options
author | Yves Schumann <yves@eisfair.org> | 2013-05-29 15:28:51 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-29 15:30:14 +0200 |
commit | f65ddba2cf01de088877fa635610c3c94aa6c9c9 (patch) | |
tree | 6bd1a679c2c75b17886e966fc22c248865a99886 /setup-timezone.in | |
parent | 90005ef714f7b8f8b186eef794b2d6b8bb6a8d09 (diff) | |
download | alpine-conf-f65ddba2cf01de088877fa635610c3c94aa6c9c9.zip |
setup-timezone: fix typo
- Removed obsolete modifier
- Fixed typo
Diffstat (limited to 'setup-timezone.in')
-rwxr-xr-x | setup-timezone.in | 4 |
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;; |