This commit is contained in:
Kovid Goyal 2008-03-13 01:41:49 +00:00
parent d70a717745
commit ba74377e27

View File

@ -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: