From: W. Trevor King Date: Tue, 1 Jan 2013 02:11:01 +0000 (-0500) Subject: swc-installation-test-2.py: Only require Git >= 1.7 (not >= 1.8) X-Git-Url: http://git.tremily.us/?p=swc-setup-installation-test.git;a=commitdiff_plain;h=77bf4bae450b7d954f3ed8f14183916797481e69 swc-installation-test-2.py: Only require Git >= 1.7 (not >= 1.8) Xcode 4.0.2 for OS X 10.6.8 shipped with Git 1.7.3.4. --- diff --git a/swc-installation-test-2.py b/swc-installation-test-2.py index d9e50d4..0a59778 100755 --- a/swc-installation-test-2.py +++ b/swc-installation-test-2.py @@ -302,7 +302,7 @@ for command,long_name,minimum_version in [ ('dash', 'Debian Almquist Shell', None), ('tcsh', 'TENEX C Shell', None), ('zsh', 'Z Shell', None), - ('git', 'Git', (1, 8, 0)), + ('git', 'Git', (1, 7, 0)), ('hg', 'Mercurial', (2, 0, 0)), ('make', None, None), ('sqlite3', 'SQLite 3', None),