diff options
| author | Martin Afanasjew | 2016-01-21 16:18:46 +0100 |
|---|---|---|
| committer | Martin Afanasjew | 2016-01-26 16:26:07 +0100 |
| commit | aa8329b5a024a4644eb39f262a4b829c7526b721 (patch) | |
| tree | 09a024fb24c1503f6c0827f47b39c44e1745b166 /Library/Homebrew/cmd | |
| parent | 8907778d4a84033dd276e9cfae0b7d355157574e (diff) | |
| download | brew-aa8329b5a024a4644eb39f262a4b829c7526b721.tar.bz2 | |
update-bash: stop handling command name argument
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/update-bash.sh | 1 |
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;; |
