Merge commit '29759b7b0a83e08ce52dd240c9463f2c8090c416'

This commit is contained in:
Roman Perepelitsa 2020-11-26 11:16:16 +01:00
commit bc3158cba5

View file

@ -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")