summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-11-26 13:17:01 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-11-26 13:17:01 +0300
commitff79e502adf8eeec0fa775087f42d9679b10c5eb (patch)
tree318c9b964b1bce920e46ff8aa5583a5adf200e48
parentbc3158cba5458face7dc56bcf22d9e82a266b39e (diff)
don't allow overriding the path to zshv1.14.3
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f78c379f..2ba7c76d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-ZSH ?= $(shell command -v zsh 2> /dev/null)
+ZSH := $(shell command -v zsh 2> /dev/null)
all:
pkg:
- cd gitstatus && $(MAKE) ZSH=$(ZSH) pkg && cd ..
+ cd gitstatus && $(MAKE) pkg && cd ..
$(or $(ZSH),:) -fc 'for f in *.zsh-theme internal/*.zsh; do zcompile -R -- $$f.zwc $$f || exit; done'