aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDoug Hazell2016-12-30 19:46:29 +0000
committerDoug Hazell2017-01-16 21:47:58 +0000
commit90b3f9b19a066b14cfa1d67923ca5932db27e414 (patch)
treedf6b8e046b7b7005e9d891c9a02a340797c582c1 /bin
parenteca3f117badb9ee91d74d7978aa5f4d49a1e9bfd (diff)
downloadbrew-90b3f9b19a066b14cfa1d67923ca5932db27e414.tar.bz2
fixup
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/brew b/bin/brew
index 846758c30..5fe7f892c 100755
--- a/bin/brew
+++ b/bin/brew
@@ -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