Skip to content

Commit ff79e50

Browse files
committed
don't allow overriding the path to zsh
1 parent bc3158c commit ff79e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ZSH ?= $(shell command -v zsh 2> /dev/null)
1+
ZSH := $(shell command -v zsh 2> /dev/null)
22

33
all:
44

55
pkg:
6-
cd gitstatus && $(MAKE) ZSH=$(ZSH) pkg && cd ..
6+
cd gitstatus && $(MAKE) pkg && cd ..
77
$(or $(ZSH),:) -fc 'for f in *.zsh-theme internal/*.zsh; do zcompile -R -- $$f.zwc $$f || exit; done'

0 commit comments

Comments
 (0)