diff options
| author | Misty De Meo | 2013-07-09 18:35:51 -0700 |
|---|---|---|
| committer | Misty De Meo | 2013-07-09 18:35:51 -0700 |
| commit | 3e7f9aebb997de4d1e54ecebd1448139a6d8939a (patch) | |
| tree | 7ad3a4f6cd04a5d4bd7dcf070b74be8d58c03727 /install | |
| parent | 7583cc83dd631f12fba14e57445958fb752b037f (diff) | |
| download | homebrew-3e7f9aebb997de4d1e54ecebd1448139a6d8939a.tar.bz2 | |
Don't bother checking git version if none found
Diffstat (limited to 'install')
| -rw-r--r-- | install | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ def git s if $? and not s.empty? end + return unless @git # Github only supports HTTPS fetches on 1.7.10 or later: # https://help.github.com/articles/https-cloning-errors `#{@git} --version` =~ /git version (\d\.\d+\.\d+)/ |
