From aa8329b5a024a4644eb39f262a4b829c7526b721 Mon Sep 17 00:00:00 2001 From: Martin Afanasjew Date: Thu, 21 Jan 2016 16:18:46 +0100 Subject: [PATCH] update-bash: stop handling command name argument --- Library/Homebrew/cmd/update-bash.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/cmd/update-bash.sh b/Library/Homebrew/cmd/update-bash.sh index bcfefebecc..314ad85949 100644 --- a/Library/Homebrew/cmd/update-bash.sh +++ b/Library/Homebrew/cmd/update-bash.sh @@ -228,7 +228,6 @@ update-bash() { for option in "$@" do case "$option" in - update|update-bash) shift ;; --help) brew update --help; exit $? ;; --verbose) HOMEBREW_VERBOSE=1 ;; --debug) HOMEBREW_DEBUG=1;;