From 339cb913bcd18bb647a684b9260fec5631063565 Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Tue, 3 Feb 2004 05:33:49 +0000 Subject: [PATCH] typo fix :/ git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@201 d1e1f19c-881f-0410-ab34-b69fee027534 --- catalyst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst b/catalyst index f3d936c3..4a5a724f 100755 --- a/catalyst +++ b/catalyst @@ -60,7 +60,7 @@ targetmap={} targets.register(targetmap) if "ccache" in string.split(myspec["options"]): - if not os.environ.has_key["CCACHE_DIR"]: + if not os.environ.has_key("CCACHE_DIR"): print "Compiler cache support disabled (no CCACHE_DIR defined)" elif not os.path.exists(os.environ["CCACHE_DIR"]): print "Compiler cache support disabled (no cache found at CCACHE_DIR)" -- 2.26.2