diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-11-26 13:16:16 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-11-26 13:16:16 +0300 |
commit | bc3158cba5458face7dc56bcf22d9e82a266b39e (patch) | |
tree | 71ca2c6223f37f61f14e06d05221766976f90c51 /gitstatus | |
parent | 9d6444a557017de8ed3fd4eba8ff92510fd7121a (diff) | |
parent | 29759b7b0a83e08ce52dd240c9463f2c8090c416 (diff) |
Merge commit '29759b7b0a83e08ce52dd240c9463f2c8090c416'
Diffstat (limited to 'gitstatus')
-rw-r--r-- | gitstatus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitstatus/Makefile b/gitstatus/Makefile index a6e02a02..0141dd90 100644 --- a/gitstatus/Makefile +++ b/gitstatus/Makefile @@ -2,7 +2,7 @@ APPNAME ?= gitstatusd OBJDIR ?= obj CXX ?= g++ -ZSH ?= $(shell command -v zsh 2> /dev/null) +ZSH := $(shell command -v zsh 2> /dev/null) VERSION ?= $(shell . ./build.info && printf "%s" "$$gitstatus_version") |