From b365784f652b856f388eec80f253bf05c80060bc Mon Sep 17 00:00:00 2001 From: Matthew Winter <33818+wintermi@users.noreply.github.com> Date: Sat, 24 Jun 2023 00:31:21 +1000 Subject: [PATCH] fix: install.sh: support ZSH(<5.8) --- install.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.zsh b/install.zsh index 527f864..26c179a 100755 --- a/install.zsh +++ b/install.zsh @@ -17,7 +17,7 @@ main() { echo "⚡ Zap - Installer\n" zmodload zsh/zutil - zparseopts -D -F -K -- \ + zparseopts -D -K -- \ {h,-help}=HELP \ {k,-keep}=KEEP \ {b,-branch}:=BRANCH ||