From a145a210b8534f0bcb3be3faec83713f2b752afa Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 2 Jan 2015 23:23:33 +0530 Subject: [PATCH] ... --- setup/installer/osx/app/site.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/installer/osx/app/site.py b/setup/installer/osx/app/site.py index d68aa650c1..dd54c8fe80 100644 --- a/setup/installer/osx/app/site.py +++ b/setup/installer/osx/app/site.py @@ -192,7 +192,7 @@ def main(): except: pass # Failure to log to Console.app is not critical - # Needed on OS X 10.7, which passes -psn_... as a command line arg when + # Needed on OS X <= 10.7, which passes -psn_... as a command line arg when # starting via launch services for arg in tuple(sys.argv[1:]): if arg.startswith('-psn_'):