aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorXu Cheng2016-05-03 16:14:15 +0800
committerXu Cheng2016-05-13 14:37:18 +0800
commit92934db20296a79b1507499a44614b63056b9841 (patch)
tree86750c1c2a5406f858706623bc0614c65bf273dd /Library/Homebrew/cmd
parent2044294a865a85c4c3144a3000bd9a48427e12c6 (diff)
downloadbrew-92934db20296a79b1507499a44614b63056b9841.tar.bz2
move brew shell function to brew.sh
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/update.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh
index 0ad66b8b4..9ba5b2503 100644
--- a/Library/Homebrew/cmd/update.sh
+++ b/Library/Homebrew/cmd/update.sh
@@ -7,10 +7,6 @@
source "$HOMEBREW_LIBRARY/Homebrew/utils/lock.sh"
-brew() {
- "$HOMEBREW_BREW_FILE" "$@"
-}
-
git() {
"$HOMEBREW_LIBRARY/ENV/scm/git" "$@"
}