[tz] [PROPOSED 1/2] Fix stray ‘\’ in tzselect
Paul Eggert
eggert at cs.ucla.edu
Wed Jan 11 05:06:02 UTC 2023
* tzselect.ksh: Remove stray backslash that messed up the wording
of a diagnostic. This glitch was introduced in commit
13980693084c36e0275828d8d46d9d9e8975be0d dated Wed Jun 27 11:24:09
2018 -0700.
---
tzselect.ksh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tzselect.ksh b/tzselect.ksh
index 87baaa5..cbfc677 100644
--- a/tzselect.ksh
+++ b/tzselect.ksh
@@ -401,7 +401,7 @@ while
BEGIN { FS = "\t" }
{ print $NF }
'`
- echo >&2 'Please select one of the following timezones,' \
+ echo >&2 'Please select one of the following timezones,'
echo >&2 'listed roughly in increasing order' \
"of distance from $coord".
doselect $regions
--
2.39.0
More information about the tz
mailing list