Skip to content
Snippets Groups Projects
Commit aa8329b5 authored by Martin Afanasjew's avatar Martin Afanasjew
Browse files

update-bash: stop handling command name argument

parent 8907778d
No related branches found
No related tags found
No related merge requests found
......@@ -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;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment