diff options
| author | ilovezfs | 2017-12-21 15:03:40 -0800 |
|---|---|---|
| committer | GitHub | 2017-12-21 15:03:40 -0800 |
| commit | 0dabb464dd082e6df264bc0654e6e32973467893 (patch) | |
| tree | 5f782821052d0de30da5ac0b95f45539035e74b7 | |
| parent | bd471d6b9ba11c778ce1ba9349608d89521bf9f1 (diff) | |
| download | brew-0dabb464dd082e6df264bc0654e6e32973467893.tar.bz2 | |
Revert "shims/scm/git: Fix the search for brewed git"
| -rwxr-xr-x | Library/Homebrew/shims/scm/git | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/shims/scm/git b/Library/Homebrew/shims/scm/git index a39c784c3..bfb779c25 100755 --- a/Library/Homebrew/shims/scm/git +++ b/Library/Homebrew/shims/scm/git @@ -92,9 +92,6 @@ 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" "$@" |
