diff options
| author | Adam Vandenberg | 2012-11-25 11:42:57 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-25 11:42:57 -0800 |
| commit | 276fd63718772f921a2330fc36619c7e474c0336 (patch) | |
| tree | b5b92a6806e96aac24308fa8b87ae27ea487098b /Library/Formula/bash-completion.rb | |
| parent | 59e1af718baefa1348a715126efc9161c3fd29c1 (diff) | |
| download | homebrew-276fd63718772f921a2330fc36619c7e474c0336.tar.bz2 | |
caveat and other cleanups
Diffstat (limited to 'Library/Formula/bash-completion.rb')
| -rw-r--r-- | Library/Formula/bash-completion.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/bash-completion.rb b/Library/Formula/bash-completion.rb index 44dff46d3..253183d1c 100644 --- a/Library/Formula/bash-completion.rb +++ b/Library/Formula/bash-completion.rb @@ -20,7 +20,6 @@ class BashCompletion < Formula system "./configure", "--prefix=#{prefix}" system "make install" - unless (compdir/'brew_bash_completion.sh').exist? compdir.install_symlink HOMEBREW_CONTRIB/'brew_bash_completion.sh' end |
