core: typo fix
This commit is contained in:
parent
687e004b1d
commit
def58ab911
@ -1440,7 +1440,7 @@ class QubesVm(object):
|
|||||||
if os.name == 'nt':
|
if os.name == 'nt':
|
||||||
# see here for the explanation (_exec doc):
|
# see here for the explanation (_exec doc):
|
||||||
# http://msdn.microsoft.com/en-us/library/431x4c1w.aspx
|
# http://msdn.microsoft.com/en-us/library/431x4c1w.aspx
|
||||||
args[0] = '"%"' % args[0]
|
args[0] = '"%s"' % args[0]
|
||||||
os.execv(system_path["qrexec_client_path"], args)
|
os.execv(system_path["qrexec_client_path"], args)
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user