From ba74377e27b276ffc8f6baf0e77cf930f0d5037e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 13 Mar 2008 01:41:49 +0000 Subject: [PATCH] Fix #410 --- osx_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx_installer.py b/osx_installer.py index ba49c9c622..d464219bfb 100644 --- a/osx_installer.py +++ b/osx_installer.py @@ -89,7 +89,7 @@ for s, l in zip(scripts, links): os.close(fd) os.chmod(name, 0700) try: - pipe = auth.executeWithPrivileges(name) + pipe = auth.executeWithPrivileges(sys.executable, name) sys.stdout.write(pipe.read()) pipe.close() except: