typo fix :/
authorDaniel Robbins <drobbins@gentoo.org>
Tue, 3 Feb 2004 05:33:49 +0000 (05:33 +0000)
committerDaniel Robbins <drobbins@gentoo.org>
Tue, 3 Feb 2004 05:33:49 +0000 (05:33 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@201 d1e1f19c-881f-0410-ab34-b69fee027534

catalyst

index f3d936c33d1422c4469d0589eeae71910331d418..4a5a724fc872731e9d8ecf35c6d67a4cc6a69f20 100755 (executable)
--- 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)"