From 0e70dbc56258ff220fd46b8ad77e989c57815d1b Mon Sep 17 00:00:00 2001 From: romkatv Date: Fri, 22 May 2020 12:23:04 +0200 Subject: [PATCH] add an empty line before the error message --- gitstatus.plugin.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gitstatus.plugin.sh b/gitstatus.plugin.sh index 4c9b70f..d44d8cd 100644 --- a/gitstatus.plugin.sh +++ b/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"