From 48a36ebc174ed5241ced6159e79d5640ca758b7f Mon Sep 17 00:00:00 2001 From: romkatv Date: Mon, 4 May 2020 17:44:03 +0200 Subject: [PATCH] pull upstream changes from gitstatus --- gitstatus/gitstatus.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitstatus/gitstatus.plugin.zsh b/gitstatus/gitstatus.plugin.zsh index 190ac5c..f90c2d3 100644 --- a/gitstatus/gitstatus.plugin.zsh +++ b/gitstatus/gitstatus.plugin.zsh @@ -353,7 +353,7 @@ function _gitstatus_daemon() { exec 0<&- 2>>$daemon_log || return local pgid=$sysparams[pid] [[ $pgid == <1-> ]] || return - cd / || return + builtin cd / || return { {