summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kuhn <Wuodan0@gmail.com>2014-11-26 11:19:22 +0100
committerPaul Eggert <eggert@cs.ucla.edu>2014-11-26 11:34:32 -0800
commit276f85ddd2a9865af41908f2ea260cab97f14b69 (patch)
treee13da52837f9f6dcf77bc8408fe0da831edf9bbf
parent72272febcb5285d9c1a72b3fc17ae3184fb62536 (diff)
downloadtz-276f85ddd2a9865af41908f2ea260cab97f14b69.tar.gz
tzselect: Display Posix TZ format when used
-rw-r--r--tzselect.ksh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tzselect.ksh b/tzselect.ksh
index f924ca8..3acdebd 100644
--- a/tzselect.ksh
+++ b/tzselect.ksh
@@ -504,7 +504,7 @@ Universal Time is now: $UTdate."
?*%%) echo >&2 " $country";;
%?*%?*) echo >&2 " coord $coord$newline $region";;
%%?*) echo >&2 " coord $coord";;
- +) echo >&2 " TZ='$TZ'"
+ *) echo >&2 " TZ='$TZ'"
esac
echo >&2 ""
echo >&2 "Therefore TZ='$TZ' will be used.$extra_info"