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
1 changed files with 1 additions and 0 deletions

View File

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