update-bash: stop handling command name argument

This commit is contained in:
Martin Afanasjew 2016-01-21 16:18:46 +01:00
parent 8907778d4a
commit aa8329b5a0

View File

@ -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;;