mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 08:33:11 +02:00
Fix #410
This commit is contained in:
parent
d70a717745
commit
ba74377e27
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ def _check_symlinks_prescript():
|
|||
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue