make alias test happy

pull/1635/head
cornfeedhobo 2020-08-07 14:28:14 -05:00
parent efa911d58a
commit f55761df8b
No known key found for this signature in database
GPG Key ID: 724357093F994B26
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Only operate on MacOS since there are no linux paths
[[ "$(uname -s)" -eq 'Darwin' ]] || return
[[ "$(uname -s)" == 'Darwin' ]] || return 0
# Make sure git is installed
_command_exists git || return