git: Fix shellcheck zsh static analysis detection

This commit is contained in:
Marty Oehme 2021-07-08 12:11:23 +02:00
parent 65b8fd4820
commit 1d66b763cb
Signed by: Marty
GPG key ID: B7538B8F50A1C800

View file

@ -1,4 +1,5 @@
#!/usr/bin/env zsh #!/usr/bin/env zsh
# shellcheck shell=sh
if ! exist git; then if ! exist git; then
return 1 return 1