diff options
| author | Mike McQuaid | 2017-05-13 11:42:01 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2017-05-13 11:42:01 +0100 |
| commit | 8205e61e6493f7c0a91c0311a321a80830f70bc3 (patch) | |
| tree | 99de15601ca526b829aac5884c2c9b2194e082d9 /Library/Homebrew/shims/scm/git | |
| parent | 459fef3b09b25d3e24cce6aa6f2e3a7bd5460a2b (diff) | |
| download | brew-8205e61e6493f7c0a91c0311a321a80830f70bc3.tar.bz2 | |
More environment filtering tweaks
- only document HOMEBREW_* variables in the manpage (although still
read from all the original environment variables).
- resort manpage environment variables in alphabetical order
- check the original path for trailing slashes
Diffstat (limited to 'Library/Homebrew/shims/scm/git')
| -rwxr-xr-x | Library/Homebrew/shims/scm/git | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/shims/scm/git b/Library/Homebrew/shims/scm/git index 82bb47c25..bfb779c25 100755 --- a/Library/Homebrew/shims/scm/git +++ b/Library/Homebrew/shims/scm/git @@ -86,7 +86,6 @@ fi case "$(lowercase "$SCM_FILE")" in git) [[ -n "$HOMEBREW_GIT" ]] && safe_exec "$(which "$HOMEBREW_GIT")" "$@" - [[ -n "$GIT" ]] && safe_exec "$(which "$GIT")" "$@" ;; svn) [[ -n "$HOMEBREW_SVN" ]] && safe_exec "$(which "$HOMEBREW_SVN")" "$@" |
