From: Daniel Robbins Date: Tue, 3 Feb 2004 05:33:49 +0000 (+0000) Subject: typo fix :/ X-Git-Tag: CATALYST_1_0_1~39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=339cb913bcd18bb647a684b9260fec5631063565;p=catalyst.git typo fix :/ git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@201 d1e1f19c-881f-0410-ab34-b69fee027534 --- 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)"