=== modified file 'zsh-functions/zsv_check_fdcount' --- zsh-functions/zsv_check_fdcount 2016-08-23 11:41:34 +0000 +++ zsh-functions/zsv_check_fdcount 2015-10-21 10:53:53 +0000 @@ -1,6 +1,5 @@ local pid count fdtype pid=$(<$zsv_dir/supervise/pid) || return $? -[[ -d /proc/$pid/fd ]] || return $? zsv_fdcount /proc/$pid/fd/* for count fdtype in "$@"; do (( $count <= ${zsv_fd_counts[${fdtype:-socket}]:-0} )) || return $?