Squashed 'gitstatus/' changes from e2276e72..630915cc

630915cc don't allow overriding the path to zsh

git-subtree-dir: gitstatus
git-subtree-split: 630915ccb1700f1f880d25cb04da23bf68fc4293
pull/1127/head
Roman Perepelitsa 4 years ago
parent a7f417245d
commit 29759b7b0a

@ -2,7 +2,7 @@ APPNAME ?= gitstatusd
OBJDIR ?= obj OBJDIR ?= obj
CXX ?= g++ 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") VERSION ?= $(shell . ./build.info && printf "%s" "$$gitstatus_version")

Loading…
Cancel
Save