aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Hazell2017-02-23 15:36:26 +0000
committerDoug Hazell2017-02-23 15:36:26 +0000
commit6f5913ccdd281556decc57adf85067fc29bc1950 (patch)
tree07214f9bd1960bc6b48049d12f10729502e04cff
parent9395ec4d309c1a06b90168058eacf5b55f026f37 (diff)
downloadbrew-6f5913ccdd281556decc57adf85067fc29bc1950.tar.bz2
Tidy up the latest draft
-rwxr-xr-xbin/brew5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/brew b/bin/brew
index 3feb0af20..1ecc6f3e2 100755
--- a/bin/brew
+++ b/bin/brew
@@ -48,11 +48,6 @@ if [[ -n "$HOMEBREW_ENV_FILTERING" ]]
then
PATH="/usr/bin:/bin:/usr/sbin:/sbin"
-# export HOMEBREW_BREW_FILE
-# export HOMEBREW_PREFIX
-# export HOMEBREW_REPOSITORY
-# export HOMEBREW_LIBRARY
-
execution_env=()
for key in HOME SHELL PATH TERM LOGNAME USER "${!HOMEBREW_@}"
do