From f0e26303de1922772375c6c1934a11c35dd4273e Mon Sep 17 00:00:00 2001 From: staticsafe Date: Thu, 23 Feb 2012 11:19:41 -0500 Subject: [PATCH] fixing small error. --- envsetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envsetup.py b/envsetup.py index e2c66d5..7ef4ad8 100644 --- a/envsetup.py +++ b/envsetup.py @@ -29,7 +29,7 @@ def sudocheck(): def macportscheck(): # This function checks if MacPorts exists on a OSX machine or not portspath = "/opt/local/bin/port" - if os.path.isfile(portspath) === False: + if os.path.isfile(portspath) == False: print "We need MacPorts to run this script for you! Get it from here - http://www.macports.org/" raise SystemExit else: