aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMike McQuaid2017-12-08 16:33:33 +0000
committerMike McQuaid2017-12-08 16:33:33 +0000
commit6b9ca5dbf5b625f1da93b82f5752b37ee0c61600 (patch)
tree7e81b0ea7b042f9061b3b47ee241507eded3950b /Library/Homebrew/cmd
parentf52d69abea388902346cf839fda0ab4a4d11618a (diff)
downloadbrew-6b9ca5dbf5b625f1da93b82f5752b37ee0c61600.tar.bz2
Remove some unset/checked environment checks
These will be redundant once environment filtering is on by default in #3529.
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/update.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh
index 609e4094a..747784527 100644
--- a/Library/Homebrew/cmd/update.sh
+++ b/Library/Homebrew/cmd/update.sh
@@ -410,9 +410,6 @@ EOS
QUIET_ARGS=()
fi
- # ensure GIT_CONFIG is unset as we need to operate on .git/config
- unset GIT_CONFIG
-
# only allow one instance of brew update
lock update