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 bc3158c commit ff79e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit ff79e50

Please sign in to comment.