aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2016-01-18 10:09:50 -0800
committerMisty De Meo2016-01-18 10:15:01 -0800
commit89c63279d43e3103ded9c0cd4c2fcb271435ca5f (patch)
tree631812fed2ee89253abb8a10e4747e0c839a8cf4 /Library
parentd1440e504e368ff9f8b3063e72c1d92a94146fea (diff)
downloadbrew-89c63279d43e3103ded9c0cd4c2fcb271435ca5f.tar.bz2
Remove cleanup --force from bash completion
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/brew_bash_completion.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh
index 22dd73396..73910090e 100644
--- a/Library/Contributions/brew_bash_completion.sh
+++ b/Library/Contributions/brew_bash_completion.sh
@@ -162,13 +162,6 @@ _brew_bottle ()
_brew_cleanup ()
{
- local cur="${COMP_WORDS[COMP_CWORD]}"
- case "$cur" in
- --*)
- __brewcomp "--force"
- return
- ;;
- esac
__brew_complete_installed
}