From e4bc0d4030627f9b5cc040796586f0eebabdf7c0 Mon Sep 17 00:00:00 2001 From: Sebastian Staudt Date: Sun, 20 Mar 2011 18:09:58 +0100 Subject: Fixed command to add Homebrew's completion script Signed-off-by: Adam Vandenberg --- Library/Formula/bash-completion.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/bash-completion.rb b/Library/Formula/bash-completion.rb index 33016e604..bf987d241 100644 --- a/Library/Formula/bash-completion.rb +++ b/Library/Formula/bash-completion.rb @@ -28,7 +28,7 @@ Add the following lines to your ~/.bash_profile file: fi To install Homebrew's own completion script: - ln "#{HOMEBREW_PREFIX}/Library/Contributions/brew_bash_completion.sh", "#{etc}/bash_completion.d" + ln "#{HOMEBREW_PREFIX}/Library/Contributions/brew_bash_completion.sh" "#{etc}/bash_completion.d" EOS end end -- cgit v1.2.3