aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/shims/scm/git
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/shims/scm/git')
-rwxr-xr-xLibrary/Homebrew/shims/scm/git3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/shims/scm/git b/Library/Homebrew/shims/scm/git
index bfb779c25..a39c784c3 100755
--- a/Library/Homebrew/shims/scm/git
+++ b/Library/Homebrew/shims/scm/git
@@ -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" "$@"