From 3cc1fe6a4d71b3b6e1638ae40e45bf78830a61b2 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Mon, 16 Jan 2023 11:09:04 -0800
Subject: [PROPOSED 2/3] Fix tzselect comment

---
 tzselect.ksh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tzselect.ksh b/tzselect.ksh
index 4b621b0..bf24739 100644
--- a/tzselect.ksh
+++ b/tzselect.ksh
@@ -39,7 +39,7 @@ REPORT_BUGS_TO=tz@iana.org
 : ${AWK=awk}
 : ${TZDIR=`pwd`}
 
-# Output one argument as-is to standard output.
+# Output one argument as-is to standard output, with trailing newline.
 # Safer than 'echo', which can mishandle '\' or leading '-'.
 say() {
     printf '%s\n' "$1"
-- 
2.39.0

