[tz] [PATCH 3/5] tzselect.ksh: sort regions list

J William Piggott elseifthen at gmx.com
Wed Jan 20 16:43:41 UTC 2016


Signed-off-by: J William Piggott <elseifthen at 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.


More information about the tz mailing list