diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index 1899152cf3..0695674239 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -374,7 +374,7 @@ _brew () done if [[ $i -eq $COMP_CWORD ]]; then - local ext=$(\ls -p $(brew --repository)/Library/Contributions/cmds \ + local ext=$(\ls -p $(brew --repository)/Library/Contributions/cmd \ 2>/dev/null | sed -e "s/\.rb//g" -e "s/brew-//g" \ -e "s/.*\///g") __brewcomp " diff --git a/Library/Contributions/brew_fish_completion.fish b/Library/Contributions/brew_fish_completion.fish index 08bfb3c41b..e037ae480e 100644 --- a/Library/Contributions/brew_fish_completion.fish +++ b/Library/Contributions/brew_fish_completion.fish @@ -10,7 +10,7 @@ for command in (ls (brew --repository)/Library/Homebrew/cmd | sed -e "s/\.rb//g" set commands $command $commands end -for command in (ls -p (brew --repository)/Library/Contributions/cmds | sed -e "s/\.rb//g" -e "s/brew-//g" -e "s/.*\///g") +for command in (ls -p (brew --repository)/Library/Contributions/cmd | sed -e "s/\.rb//g" -e "s/brew-//g" -e "s/.*\///g") set commands $command $commands end diff --git a/Library/Contributions/cmds/brew-aspell-dictionaries b/Library/Contributions/cmd/brew-aspell-dictionaries similarity index 99% rename from Library/Contributions/cmds/brew-aspell-dictionaries rename to Library/Contributions/cmd/brew-aspell-dictionaries index f6677ac544..a5cdb1ac35 100755 --- a/Library/Contributions/cmds/brew-aspell-dictionaries +++ b/Library/Contributions/cmd/brew-aspell-dictionaries @@ -49,4 +49,3 @@ EOF rm $tmp_file echo "The formulae for the aspell dictionaries have been written to\n$brew_formulae_tmp_file" - diff --git a/Library/Contributions/cmds/brew-beer.rb b/Library/Contributions/cmd/brew-beer.rb similarity index 100% rename from Library/Contributions/cmds/brew-beer.rb rename to Library/Contributions/cmd/brew-beer.rb diff --git a/Library/Contributions/cmds/brew-dirty.rb b/Library/Contributions/cmd/brew-dirty.rb similarity index 100% rename from Library/Contributions/cmds/brew-dirty.rb rename to Library/Contributions/cmd/brew-dirty.rb diff --git a/Library/Contributions/cmds/brew-graph b/Library/Contributions/cmd/brew-graph similarity index 100% rename from Library/Contributions/cmds/brew-graph rename to Library/Contributions/cmd/brew-graph diff --git a/Library/Contributions/cmds/brew-grep b/Library/Contributions/cmd/brew-grep similarity index 100% rename from Library/Contributions/cmds/brew-grep rename to Library/Contributions/cmd/brew-grep diff --git a/Library/Contributions/cmds/brew-leaves.rb b/Library/Contributions/cmd/brew-leaves.rb similarity index 100% rename from Library/Contributions/cmds/brew-leaves.rb rename to Library/Contributions/cmd/brew-leaves.rb diff --git a/Library/Contributions/cmds/brew-linkapps.rb b/Library/Contributions/cmd/brew-linkapps.rb similarity index 100% rename from Library/Contributions/cmds/brew-linkapps.rb rename to Library/Contributions/cmd/brew-linkapps.rb diff --git a/Library/Contributions/cmds/brew-ls-taps.rb b/Library/Contributions/cmd/brew-ls-taps.rb similarity index 100% rename from Library/Contributions/cmds/brew-ls-taps.rb rename to Library/Contributions/cmd/brew-ls-taps.rb diff --git a/Library/Contributions/cmds/brew-man b/Library/Contributions/cmd/brew-man similarity index 100% rename from Library/Contributions/cmds/brew-man rename to Library/Contributions/cmd/brew-man diff --git a/Library/Contributions/cmds/brew-mirror-check.rb b/Library/Contributions/cmd/brew-mirror-check.rb similarity index 100% rename from Library/Contributions/cmds/brew-mirror-check.rb rename to Library/Contributions/cmd/brew-mirror-check.rb diff --git a/Library/Contributions/cmds/brew-pull.rb b/Library/Contributions/cmd/brew-pull.rb similarity index 100% rename from Library/Contributions/cmds/brew-pull.rb rename to Library/Contributions/cmd/brew-pull.rb diff --git a/Library/Contributions/cmds/brew-readall.rb b/Library/Contributions/cmd/brew-readall.rb similarity index 100% rename from Library/Contributions/cmds/brew-readall.rb rename to Library/Contributions/cmd/brew-readall.rb diff --git a/Library/Contributions/cmds/brew-server b/Library/Contributions/cmd/brew-server similarity index 95% rename from Library/Contributions/cmds/brew-server rename to Library/Contributions/cmd/brew-server index 5c55c05fa2..a873224093 100755 --- a/Library/Contributions/cmds/brew-server +++ b/Library/Contributions/cmd/brew-server @@ -47,13 +47,13 @@ def html_page
The missing package manager for OS X
+ +