aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Contributions/brew_bash_completion.sh2
-rw-r--r--Library/Contributions/brew_fish_completion.fish2
-rwxr-xr-xLibrary/Contributions/cmd/brew-aspell-dictionaries (renamed from Library/Contributions/cmds/brew-aspell-dictionaries)1
-rwxr-xr-xLibrary/Contributions/cmd/brew-beer.rb (renamed from Library/Contributions/cmds/brew-beer.rb)0
-rwxr-xr-xLibrary/Contributions/cmd/brew-dirty.rb (renamed from Library/Contributions/cmds/brew-dirty.rb)0
-rwxr-xr-xLibrary/Contributions/cmd/brew-graph (renamed from Library/Contributions/cmds/brew-graph)0
-rwxr-xr-xLibrary/Contributions/cmd/brew-grep (renamed from Library/Contributions/cmds/brew-grep)0
-rwxr-xr-xLibrary/Contributions/cmd/brew-leaves.rb (renamed from Library/Contributions/cmds/brew-leaves.rb)0
-rwxr-xr-xLibrary/Contributions/cmd/brew-linkapps.rb (renamed from Library/Contributions/cmds/brew-linkapps.rb)0
-rwxr-xr-xLibrary/Contributions/cmd/brew-ls-taps.rb (renamed from Library/Contributions/cmds/brew-ls-taps.rb)0
-rwxr-xr-xLibrary/Contributions/cmd/brew-man (renamed from Library/Contributions/cmds/brew-man)0
-rwxr-xr-xLibrary/Contributions/cmd/brew-mirror-check.rb (renamed from Library/Contributions/cmds/brew-mirror-check.rb)0
-rwxr-xr-xLibrary/Contributions/cmd/brew-pull.rb (renamed from Library/Contributions/cmds/brew-pull.rb)0
-rwxr-xr-xLibrary/Contributions/cmd/brew-readall.rb (renamed from Library/Contributions/cmds/brew-readall.rb)0
-rwxr-xr-xLibrary/Contributions/cmd/brew-server (renamed from Library/Contributions/cmds/brew-server)10
-rwxr-xr-xLibrary/Contributions/cmd/brew-services.rb (renamed from Library/Contributions/cmds/brew-services.rb)0
-rwxr-xr-xLibrary/Contributions/cmd/brew-switch.rb (renamed from Library/Contributions/cmds/brew-switch.rb)0
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb (renamed from Library/Contributions/cmds/brew-test-bot.rb)2
-rwxr-xr-xLibrary/Contributions/cmd/brew-tests.rb (renamed from Library/Contributions/cmds/brew-tests.rb)0
-rwxr-xr-xLibrary/Contributions/cmd/brew-unpack.rb (renamed from Library/Contributions/cmds/brew-unpack.rb)0
-rwxr-xr-xLibrary/Contributions/cmd/brew-which.rb (renamed from Library/Contributions/cmds/brew-which.rb)0
-rwxr-xr-xLibrary/Contributions/cmd/git (renamed from Library/Contributions/cmds/git)0
l---------Library/Contributions/cmd/svn (renamed from Library/Contributions/cmds/svn)0
-rw-r--r--Library/Contributions/manpages/brew.1.md2
-rwxr-xr-xbin/brew2
-rw-r--r--share/man/man1/brew.12
26 files changed, 11 insertions, 12 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh
index 1899152cf..069567423 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 08bfb3c41..e037ae480 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
index f6677ac54..a5cdb1ac3 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
index 4ce1f9b9d..4ce1f9b9d 100755
--- a/Library/Contributions/cmds/brew-beer.rb
+++ b/Library/Contributions/cmd/brew-beer.rb
diff --git a/Library/Contributions/cmds/brew-dirty.rb b/Library/Contributions/cmd/brew-dirty.rb
index e22ad75c6..e22ad75c6 100755
--- a/Library/Contributions/cmds/brew-dirty.rb
+++ b/Library/Contributions/cmd/brew-dirty.rb
diff --git a/Library/Contributions/cmds/brew-graph b/Library/Contributions/cmd/brew-graph
index 27c80af83..27c80af83 100755
--- a/Library/Contributions/cmds/brew-graph
+++ b/Library/Contributions/cmd/brew-graph
diff --git a/Library/Contributions/cmds/brew-grep b/Library/Contributions/cmd/brew-grep
index 027f97c4c..027f97c4c 100755
--- a/Library/Contributions/cmds/brew-grep
+++ b/Library/Contributions/cmd/brew-grep
diff --git a/Library/Contributions/cmds/brew-leaves.rb b/Library/Contributions/cmd/brew-leaves.rb
index f94809c9d..f94809c9d 100755
--- a/Library/Contributions/cmds/brew-leaves.rb
+++ b/Library/Contributions/cmd/brew-leaves.rb
diff --git a/Library/Contributions/cmds/brew-linkapps.rb b/Library/Contributions/cmd/brew-linkapps.rb
index 92e1f6890..92e1f6890 100755
--- a/Library/Contributions/cmds/brew-linkapps.rb
+++ b/Library/Contributions/cmd/brew-linkapps.rb
diff --git a/Library/Contributions/cmds/brew-ls-taps.rb b/Library/Contributions/cmd/brew-ls-taps.rb
index f6c92ebc0..f6c92ebc0 100755
--- a/Library/Contributions/cmds/brew-ls-taps.rb
+++ b/Library/Contributions/cmd/brew-ls-taps.rb
diff --git a/Library/Contributions/cmds/brew-man b/Library/Contributions/cmd/brew-man
index a646427dc..a646427dc 100755
--- a/Library/Contributions/cmds/brew-man
+++ b/Library/Contributions/cmd/brew-man
diff --git a/Library/Contributions/cmds/brew-mirror-check.rb b/Library/Contributions/cmd/brew-mirror-check.rb
index 821a62526..821a62526 100755
--- a/Library/Contributions/cmds/brew-mirror-check.rb
+++ b/Library/Contributions/cmd/brew-mirror-check.rb
diff --git a/Library/Contributions/cmds/brew-pull.rb b/Library/Contributions/cmd/brew-pull.rb
index 6a055f77b..6a055f77b 100755
--- a/Library/Contributions/cmds/brew-pull.rb
+++ b/Library/Contributions/cmd/brew-pull.rb
diff --git a/Library/Contributions/cmds/brew-readall.rb b/Library/Contributions/cmd/brew-readall.rb
index d04de565d..d04de565d 100755
--- a/Library/Contributions/cmds/brew-readall.rb
+++ b/Library/Contributions/cmd/brew-readall.rb
diff --git a/Library/Contributions/cmds/brew-server b/Library/Contributions/cmd/brew-server
index 5c55c05fa..a87322409 100755
--- a/Library/Contributions/cmds/brew-server
+++ b/Library/Contributions/cmd/brew-server
@@ -47,13 +47,13 @@ def html_page
</head>
<body>
<div id="wrap">
- <div id="header">
- <h1><a href="./">Homebrew</a></h1>
- <p id="subtitle"><strong>The missing package manager for OS X</strong></p>
+ <div id="header">
+ <h1><a href="./">Homebrew</a></h1>
+ <p id="subtitle"><strong>The missing package manager for OS X</strong></p>
<p id="installed"><a href="/installed">Show installed packages</a></p>
- </div>
+ </div>
- <div id="informations">
+ <div id="informations">
HTML
yield body
body += <<-HTML
diff --git a/Library/Contributions/cmds/brew-services.rb b/Library/Contributions/cmd/brew-services.rb
index 4891ae510..4891ae510 100755
--- a/Library/Contributions/cmds/brew-services.rb
+++ b/Library/Contributions/cmd/brew-services.rb
diff --git a/Library/Contributions/cmds/brew-switch.rb b/Library/Contributions/cmd/brew-switch.rb
index 3b51f941c..3b51f941c 100755
--- a/Library/Contributions/cmds/brew-switch.rb
+++ b/Library/Contributions/cmd/brew-switch.rb
diff --git a/Library/Contributions/cmds/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index fde532ef2..58e4f5e6c 100755
--- a/Library/Contributions/cmds/brew-test-bot.rb
+++ b/Library/Contributions/cmd/brew-test-bot.rb
@@ -11,7 +11,7 @@ require 'formula'
require 'utils'
require 'date'
-HOMEBREW_CONTRIBUTED_CMDS = HOMEBREW_REPOSITORY + "Library/Contributions/cmds/"
+HOMEBREW_CONTRIBUTED_CMDS = HOMEBREW_REPOSITORY + "Library/Contributions/cmd/"
class Step
attr_reader :command, :repository
diff --git a/Library/Contributions/cmds/brew-tests.rb b/Library/Contributions/cmd/brew-tests.rb
index 0a2fb78e7..0a2fb78e7 100755
--- a/Library/Contributions/cmds/brew-tests.rb
+++ b/Library/Contributions/cmd/brew-tests.rb
diff --git a/Library/Contributions/cmds/brew-unpack.rb b/Library/Contributions/cmd/brew-unpack.rb
index eb00d2fff..eb00d2fff 100755
--- a/Library/Contributions/cmds/brew-unpack.rb
+++ b/Library/Contributions/cmd/brew-unpack.rb
diff --git a/Library/Contributions/cmds/brew-which.rb b/Library/Contributions/cmd/brew-which.rb
index b3318ee76..b3318ee76 100755
--- a/Library/Contributions/cmds/brew-which.rb
+++ b/Library/Contributions/cmd/brew-which.rb
diff --git a/Library/Contributions/cmds/git b/Library/Contributions/cmd/git
index 7539ecfc0..7539ecfc0 100755
--- a/Library/Contributions/cmds/git
+++ b/Library/Contributions/cmd/git
diff --git a/Library/Contributions/cmds/svn b/Library/Contributions/cmd/svn
index 0899c2993..0899c2993 120000
--- a/Library/Contributions/cmds/svn
+++ b/Library/Contributions/cmd/svn
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 62c222693..ca45427ee 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -342,7 +342,7 @@ to create your own commands without modifying Homebrew's internals.
A number of (useful, but unsupported) external commands are included and enabled
by default:
- $ ls `brew --repository`/Library/Contributions/cmds
+ $ ls `brew --repository`/Library/Contributions/cmd
Documentation for the included external commands as well as instructions for
creating your own can be found on the wiki:
diff --git a/bin/brew b/bin/brew
index 5fd2fc82a..ea46c9b07 100755
--- a/bin/brew
+++ b/bin/brew
@@ -82,7 +82,7 @@ begin
end
# Add example external commands to PATH before checking.
- ENV['PATH'] += ":#{HOMEBREW_REPOSITORY}/Library/Contributions/cmds"
+ ENV['PATH'] += ":#{HOMEBREW_REPOSITORY}/Library/Contributions/cmd"
if require? HOMEBREW_REPOSITORY/"Library/Homebrew/cmd"/cmd
Homebrew.send cmd.to_s.gsub('-', '_').downcase
elsif which "brew-#{cmd}"
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 7f8cef365..5003f44a6 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -382,7 +382,7 @@ A number of (useful, but unsupported) external commands are included and enabled
.
.nf
-$ ls `brew \-\-repository`/Library/Contributions/cmds
+$ ls `brew \-\-repository`/Library/Contributions/cmd
.
.fi
.