aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMartin Afanasjew2016-01-21 16:18:46 +0100
committerMartin Afanasjew2016-01-26 16:26:07 +0100
commitaa8329b5a024a4644eb39f262a4b829c7526b721 (patch)
tree09a024fb24c1503f6c0827f47b39c44e1745b166 /Library
parent8907778d4a84033dd276e9cfae0b7d355157574e (diff)
downloadbrew-aa8329b5a024a4644eb39f262a4b829c7526b721.tar.bz2
update-bash: stop handling command name argument
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/update-bash.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/update-bash.sh b/Library/Homebrew/cmd/update-bash.sh
index bcfefebec..314ad8594 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;;