1
0
Andrii B 2 жил өмнө
parent
commit
706f438a3c

+ 1 - 1
bin/v-get-sys-timezones

@@ -45,7 +45,7 @@ plain_list() {
 	done
 }
 
-zones=$(cd /usr/share/zoneinfo/posix && find * -type f -or -type l | sort)
+zones=$(cd /usr/share/zoneinfo/posix && find -L * -type f -or -type l | sort)
 
 # Listing data
 case $format in