Revert "Revert "shims/scm/git: Fix the search for brewed git""

This commit is contained in:
ilovezfs 2017-12-23 03:37:27 -08:00 committed by GitHub
parent 583b61fd32
commit b40484e87c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" "$@"