From a0abdc63441cdf420d96837d4b39f1672b2eca00 Mon Sep 17 00:00:00 2001 From: romkatv Date: Sat, 22 Feb 2020 18:33:45 +0100 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 f806abb..e752ac7 100644 --- a/gitstatus/gitstatus.plugin.zsh +++ b/gitstatus/gitstatus.plugin.zsh @@ -685,7 +685,7 @@ function gitstatus_stop() { fi [[ -n $file_prefix ]] && zf_rm -f -- "$file_prefix.lock" "$file_prefix.fifo" - [[ -n $lock_fd ]] && system flock -u $lock_fd + [[ -n $lock_fd ]] && zsystem flock -u $lock_fd [[ -n $req_fd ]] && exec {req_fd}>&- [[ -n $resp_fd ]] && exec {resp_fd}>&-