diff options
| author | Adam Vandenberg | 2011-03-16 16:31:39 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-16 16:31:39 -0700 |
| commit | 630112f3af0ab5f44ad13d3173f54240bf6fccc5 (patch) | |
| tree | 7541a4e7ed1d3a3f3fd3a6096afc23e4403be14c /Library | |
| parent | a60b3fa0e7199680a14ecb2f3497b996e1875cd5 (diff) | |
| download | homebrew-630112f3af0ab5f44ad13d3173f54240bf6fccc5.tar.bz2 | |
Add --use-gcc to bash completion
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/brew_bash_completion.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index d219bd518..651f24dab 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -32,7 +32,7 @@ _brew_to_completion() # handle standard --options if [[ "$prev" == "install" && "$cur" == --* ]]; then local opts=$( - local opts=( --force --debug --use-llvm --ignore-dependencies --HEAD ) + local opts=( --force --debug --use-gcc --use-llvm --ignore-dependencies --HEAD ) for o in ${opts[*]}; do [[ " ${COMP_WORDS[*]} " =~ " $o " ]] || echo "$o" done |
