Jan. 20, 2016
4:43 p.m.
Signed-off-by: J William Piggott <elseifthen@gmx.com> --- tzselect.ksh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tzselect.ksh b/tzselect.ksh index e9cc4c7..905953c 100644 --- a/tzselect.ksh +++ b/tzselect.ksh @@ -455,7 +455,7 @@ while } /^#/ { next } $1 ~ cc && $3 ~ ("^" continent "/"){ print $4 } - ' <"$TZ_ZONE_TABLE"` + ' <"$TZ_ZONE_TABLE" | sort` # If there's more than one region, ask the user which one.