pull upstream changes from gitstatus

pull/644/head
romkatv 2020-04-12 14:42:02 +02:00
parent 7963a365d8
commit 303417688e
1 changed files with 2 additions and 1 deletions

View File

@ -562,6 +562,7 @@ function gitstatus_start() {
done
} always {
local -i ret=$?
zf_rm -f -- $file_prefix.lock $file_prefix.fifo
kill -- -$pgid
}
} &!
@ -575,7 +576,7 @@ function gitstatus_start() {
fi
} &!
) || return
} 3>>$daemon_log </dev/null >/dev/null || return
} <&- >&- 3>>$daemon_log || return
typeset -gi _GITSTATUS_STATE_$name=1
fi