1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 05:00:59 +01:00

16177: also look in /usr/lib/locale/TZ for time zones

This commit is contained in:
Oliver Kiddle 2001-11-02 12:28:30 +00:00
parent 6a75b3c0c5
commit f3f81f0837
2 changed files with 6 additions and 1 deletions

View file

@ -3,7 +3,7 @@
local expl
if (( ! $+_zoneinfo_dirs )); then
_zoneinfo_dirs=( /usr/{share,lib,share/lib}/zoneinfo*(/) )
_zoneinfo_dirs=( /usr/{share,lib,share/lib}/{zoneinfo*,locale/TZ}(/) )
fi
_wanted timezone expl 'time zone' _files -W _zoneinfo_dirs