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.
This commit is contained in:
parent
29d80643d2
commit
da47ca9213
@ -220,7 +220,7 @@ pull() {
|
||||
trap - SIGINT
|
||||
}
|
||||
|
||||
update-bash() {
|
||||
homebrew-update-bash() {
|
||||
local option
|
||||
local DIR
|
||||
local UPSTREAM_BRANCH
|
||||
|
Loading…
x
Reference in New Issue
Block a user