if [[ -f $e ]] {
IFS=$'\0' read -r sock pid <$e
}
- if ([[ -S $sock && $pid > 0 ]] && kill -0 $pid >/dev/null 2>&1) {
+ if {[[ -S $sock && $pid > 0 ]] && kill -0 $pid >/dev/null 2>&1} {
[[ -o interactive ]] && print -P "Reusing agent PID $pid%f"
export SSH_AUTH_SOCK=$sock
export SSH_AGENT_PID=$pid