Revert "Revert "shims/scm/git: Fix the search for brewed git""
This commit is contained in:
parent
583b61fd32
commit
b40484e87c
@ -92,6 +92,9 @@ case "$(lowercase "$SCM_FILE")" in
|
||||
;;
|
||||
esac
|
||||
|
||||
brew_version="$(quiet_safe_cd "$SCM_DIR/../../../../../bin" && pwd -P)/$SCM_FILE"
|
||||
safe_exec "$brew_version" "$@"
|
||||
|
||||
brew_version="$(quiet_safe_cd "$SCM_DIR/../../../../bin" && pwd -P)/$SCM_FILE"
|
||||
safe_exec "$brew_version" "$@"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user