diff options
| author | Adam Vandenberg | 2010-07-09 12:07:24 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-07-09 12:07:40 -0700 | 
| commit | 34fc01d4ab7c7f740702909cac0b14235c3d37cf (patch) | |
| tree | 2abddb80b778e2fe087f7f499b95511cc6384081 /Library/Formula/git-flow.rb | |
| parent | 21fd4c916a2cb1d902dafb114842adc29028a2ba (diff) | |
| download | homebrew-34fc01d4ab7c7f740702909cac0b14235c3d37cf.tar.bz2 | |
git-flow - remove git dependency comments
Diffstat (limited to 'Library/Formula/git-flow.rb')
| -rw-r--r-- | Library/Formula/git-flow.rb | 8 | 
1 files changed, 1 insertions, 7 deletions
| diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb index efe90043b..cd75b1e6a 100644 --- a/Library/Formula/git-flow.rb +++ b/Library/Formula/git-flow.rb @@ -10,13 +10,7 @@ class GitFlow <Formula    homepage 'http://github.com/nvie/gitflow' -  # You need git to install, since we install from a git repo -  # You also need git to run the scripts. -  # But we're not going to mark it as a dependency just yet: -  #   The user may have a non-brew git installed already. -  # depends_on 'git' -    def install -    system "make",  "prefix=#{prefix}", "install" +    system "make", "prefix=#{prefix}", "install"    end  end | 
