Skip to content

Commit

Permalink
remove unused HAVE_ZSH variable
Browse files Browse the repository at this point in the history
  • Loading branch information
reece committed Jul 6, 2024
1 parent e118f37 commit e395336
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
.PRECIOUS:
.SUFFIXES:

HAVE_ZSH := $(shell command -v zsh >/dev/null 2>&1 && echo "yes" || echo "no")

ifeq ("","$(shell command -v zsh)")
$(error "zsh not found; you must install zsh first")
endif
Expand Down

0 comments on commit e395336

Please sign in to comment.