Index: build/config/mac/xcrun.py |
diff --git a/build/config/mac/xcrun.py b/build/config/mac/xcrun.py |
index bdf15ffffc14f069b63acfefc00931942a699163..1f8dc203b6da913790496b67a200b7b1d30732d0 100644 |
--- a/build/config/mac/xcrun.py |
+++ b/build/config/mac/xcrun.py |
@@ -16,7 +16,7 @@ if __name__ == '__main__': |
help='Path to Xcode.') |
args, unknown_args = parser.parse_known_args() |
- if (args.developer_dir): |
+ if args.developer_dir: |
os.environ['DEVELOPER_DIR'] = args.developer_dir |
rv = subprocess.check_call(['xcrun'] + unknown_args) |