=== modified file 'zsh-functions/confz_vserver_init' --- zsh-functions/confz_vserver_init 2014-06-26 20:56:10 +0000 +++ zsh-functions/confz_vserver_init 2014-06-26 20:44:20 +0000 @@ -144,7 +144,7 @@ [[ $files_list -nt $fname ]] || failures+=( "${(qqq)fname} changed since vserver start" ) - done <$files_list + done fail_reason=${(j:, :)failures} return $#failures