=== modified file 'zsh-functions/confz_containers_init' --- old/zsh-functions/confz_containers_init 2022-06-23 00:34:44 +0000 +++ new/zsh-functions/confz_containers_init 2022-06-23 00:26:34 +0000 @@ -1050,7 +1050,7 @@ local -A stat_info zstat -L -H stat_info $profile_dir # while it's a symlink - while (( $stat_info[mode] >> 12 == 10 )); do + while (( $fileset_stat_cur[mode] >> 12 == 10 )); do if [[ $stat_info[link] == /* ]]; then profile_dir=$root$stat_info[link] else