diff options
| author | Doug Hazell | 2016-12-30 19:46:29 +0000 |
|---|---|---|
| committer | Doug Hazell | 2017-01-16 21:47:58 +0000 |
| commit | 90b3f9b19a066b14cfa1d67923ca5932db27e414 (patch) | |
| tree | df6b8e046b7b7005e9d891c9a02a340797c582c1 /bin | |
| parent | eca3f117badb9ee91d74d7978aa5f4d49a1e9bfd (diff) | |
| download | brew-90b3f9b19a066b14cfa1d67923ca5932db27e414.tar.bz2 | |
fixup
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -113,13 +113,9 @@ export PATH=/usr/bin:/bin:/usr/sbin:/sbin if [[ -n "$HOMEBREW_ENV_FILTERING" ]] then - echo "----- HOMEBREW_ENV_FILTERING set -----" - # Needed TERM to prevent "tput: No value for $TERM and no -T specified" env | grep -E '^(HOMEBREW.*|HOME|PATH|TERM)=.*$' > /tmp/homebrew-env env -i "$HOMEBREW_LIBRARY/Homebrew/utils/shell_env.sh" "$@" else - echo "----- HOMEBREW_ENV_FILTERING NOT set! -----" - source "$HOMEBREW_LIBRARY/Homebrew/brew.sh" fi |
