pull upstream changes from gitstatus

This commit is contained in:
romkatv 2020-04-12 14:42:02 +02:00
parent 7963a365d8
commit 303417688e

View file

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