aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMartin Afanasjew2016-01-21 16:26:38 +0100
committerMartin Afanasjew2016-01-26 16:26:08 +0100
commitda47ca921350b6c21a7a9eede63a6f61ddc8b150 (patch)
tree88cf60e6700c5ecfc7613f13e03ba8d205019755 /Library
parent29d80643d238282f5440122d600614eb7b8fc63d (diff)
downloadbrew-da47ca921350b6c21a7a9eede63a6f61ddc8b150.tar.bz2
bin/brew: put commands into 'homebrew-' namespace
This should help to avoid collisions with external commands and other shell functions in the future and is closer to what we do in Ruby, where commands are namespaced by being methods of the `Homebrew` module.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/update-bash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/update-bash.sh b/Library/Homebrew/cmd/update-bash.sh
index 314ad8594..b9ea060ae 100644
--- a/Library/Homebrew/cmd/update-bash.sh
+++ b/Library/Homebrew/cmd/update-bash.sh
@@ -220,7 +220,7 @@ pull() {
trap - SIGINT
}
-update-bash() {
+homebrew-update-bash() {
local option
local DIR
local UPSTREAM_BRANCH