aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-11-26 13:16:16 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-11-26 13:16:16 +0300
commit29759b7b0a83e08ce52dd240c9463f2c8090c416 (patch)
tree8837a7433461d70be18bf4e2a5df8d92cf0d9185 /Makefile
parenta7f417245dc21b666f5647c4a0d55a1f51fe6cac (diff)
Squashed 'gitstatus/' changes from e2276e72..630915cc
630915cc don't allow overriding the path to zsh git-subtree-dir: gitstatus git-subtree-split: 630915ccb1700f1f880d25cb04da23bf68fc4293
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a6e02a02..0141dd90 100644
--- a/Makefile
+++ b/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")