Skip to content

Commit

Permalink
don't allow overriding the path to zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Nov 26, 2020
1 parent e2276e7 commit 630915c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 630915c

Please sign in to comment.