Skip to content

Commit 706f438

Browse files
author
Andrii B
authored
1 parent 705a4ae commit 706f438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-get-sys-timezones

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ plain_list() {
4545
done
4646
}
4747

48-
zones=$(cd /usr/share/zoneinfo/posix && find * -type f -or -type l | sort)
48+
zones=$(cd /usr/share/zoneinfo/posix && find -L * -type f -or -type l | sort)
4949

5050
# Listing data
5151
case $format in

0 commit comments

Comments
 (0)