From 89c63279d43e3103ded9c0cd4c2fcb271435ca5f Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Mon, 18 Jan 2016 10:09:50 -0800 Subject: Remove cleanup --force from bash completion --- Library/Contributions/brew_bash_completion.sh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Library') 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 } -- cgit v1.2.3