make alias test happy
parent
57f4343d04
commit
efa911d58a
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Only operate on MacOS since there are no linux paths
|
# Only operate on MacOS since there are no linux paths
|
||||||
if [[ $(uname) == 'Darwin' ]] ; then
|
[[ "$(uname -s)" -eq 'Darwin' ]] || return
|
||||||
|
|
||||||
# Make sure git is installed
|
# Make sure git is installed
|
||||||
_command_exists git || return
|
_command_exists git || return
|
||||||
|
|
@ -25,5 +25,3 @@ if [[ $(uname) == 'Darwin' ]] ; then
|
||||||
|
|
||||||
unset _git_bash_completion_paths
|
unset _git_bash_completion_paths
|
||||||
_log_warning "no completion files found - please try enabling the 'system' completion instead."
|
_log_warning "no completion files found - please try enabling the 'system' completion instead."
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue