Skip to content

Commit

Permalink
Squashed 'gitstatus/' changes from e2276e72..630915cc
Browse files Browse the repository at this point in the history
630915cc don't allow overriding the path to zsh

git-subtree-dir: gitstatus
git-subtree-split: 630915ccb1700f1f880d25cb04da23bf68fc4293
  • Loading branch information
romkatv committed Nov 26, 2020
1 parent a7f4172 commit 29759b7
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 29759b7

Please sign in to comment.