diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-05-26 09:37:25 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-05-26 09:37:25 +0300 |
commit | 619ddaf6f171042fe33370738cb074d0abd1a0b1 (patch) | |
tree | 87ce7de394d4ecb936444d5a4eac9d99933c6dcb /gitstatus/gitstatus.plugin.sh | |
parent | 2ade5d786b5b2a700964a6cd418cdaaca88fc55b (diff) | |
parent | 9a4bbcd930afa54bc605e3020fb38353161e5a84 (diff) |
Merge commit '9a4bbcd930afa54bc605e3020fb38353161e5a84'
Diffstat (limited to 'gitstatus/gitstatus.plugin.sh')
-rw-r--r-- | gitstatus/gitstatus.plugin.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitstatus/gitstatus.plugin.sh b/gitstatus/gitstatus.plugin.sh index 4c9b70f0..d44d8cd7 100644 --- a/gitstatus/gitstatus.plugin.sh +++ b/gitstatus/gitstatus.plugin.sh @@ -225,6 +225,7 @@ function gitstatus_start() { } if ! gitstatus_start_impl; then + echo "" >&2 echo "gitstatus_start: failed to start gitstatusd" >&2 [[ -z "${req_fifo:-}" ]] || command rm -f "$req_fifo" [[ -z "${resp_fifo:-}" ]] || command rm -f "$resp_fifo" |