From 77bf4bae450b7d954f3ed8f14183916797481e69 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 31 Dec 2012 21:11:01 -0500 Subject: [PATCH] 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. --- swc-installation-test-2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.26.2