diff options
| author | Jack Nagel | 2013-11-03 11:45:26 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-03 11:48:09 -0600 |
| commit | faa77e82838be68745682b055df8f5739b8a0d1f (patch) | |
| tree | 02dd66a132571c373c3ce014bfaa2495863b3060 /Library | |
| parent | 4e2c45f5d157bb4a837a0b105f4ce3fc14b1771f (diff) | |
| download | brew-faa77e82838be68745682b055df8f5739b8a0d1f.tar.bz2 | |
Remove --use-gcc and friends from completion scripts
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/brew_bash_completion.sh | 6 | ||||
| -rw-r--r-- | Library/Contributions/brew_fish_completion.fish | 3 |
2 files changed, 0 insertions, 9 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index 7861b93b3..b6dfe18a5 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -207,9 +207,6 @@ _brew_install () --force --git --HEAD - --use-clang - --use-gcc - --use-llvm " else __brewcomp " @@ -221,9 +218,6 @@ _brew_install () --HEAD --ignore-dependencies --interactive - --use-clang - --use-gcc - --use-llvm --verbose $(brew options --compact "$prv" 2>/dev/null) " diff --git a/Library/Contributions/brew_fish_completion.fish b/Library/Contributions/brew_fish_completion.fish index df13a6f05..e0c6e3262 100644 --- a/Library/Contributions/brew_fish_completion.fish +++ b/Library/Contributions/brew_fish_completion.fish @@ -137,9 +137,6 @@ complete -c brew -s f -l force -n '__fish_complete_brew_command force' -d "Insta complete -c brew -s i -l interactive -n '__fish_complete_brew_command install' -d "Open a subshell to install manually" complete -c brew -l git -n '__fish_complete_brew_command install' -d 'Create a git repo (useful for making patches)' complete -c brew -l fresh -n '__fish_complete_brew_command install' -d "Do not reuse options from previous installs" -complete -c brew -l use-clang -n '__fish_complete_brew_command install' -d "Attempt to compile using Clang" -complete -c brew -l use-llvm -n '__fish_complete_brew_command install' -d "Attempt to compile using LLVM" -complete -c brew -l use-gcc -n '__fish_complete_brew_command install' -d "Attempt to compile using GCC" complete -c brew -l build-from-source -n '__fish_complete_brew_command install' -d "Compile from source even if a bottle is provided" complete -c brew -l devel -n '__fish_complete_brew_command install' -d "Install the development version" complete -c brew -l HEAD -n '__fish_complete_brew_command install' -d "Install the HEAD version" |
