From da47ca921350b6c21a7a9eede63a6f61ddc8b150 Mon Sep 17 00:00:00 2001 From: Martin Afanasjew Date: Thu, 21 Jan 2016 16:26:38 +0100 Subject: 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. --- Library/Homebrew/cmd/update-bash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3