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

This commit is contained in:
ilovezfs 2017-12-21 15:03:40 -08:00 committed by GitHub
parent bd471d6b9b
commit 0dabb464dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,9 +92,6 @@ case "$(lowercase "$SCM_FILE")" in
;; ;;
esac 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" brew_version="$(quiet_safe_cd "$SCM_DIR/../../../../bin" && pwd -P)/$SCM_FILE"
safe_exec "$brew_version" "$@" safe_exec "$brew_version" "$@"