=== modified file 'zsh-functions/zsv_check_fdcount' --- zsh-functions/zsv_check_fdcount 2014-08-26 12:21:51 +0000 +++ zsh-functions/zsv_check_fdcount 2014-07-22 23:44:08 +0000 @@ -1,6 +1,5 @@ local pid count fdtype pid=$(<$zsv_dir/supervise/pid) || return $? -zsv_fdcount /proc/$pid/fd/* for count fdtype in "$@"; do (( $count >= zsv_fd_counts[${fdtype:-socket}] )) || return $? done