This commit is contained in:
Kovid Goyal 2018-04-23 10:54:04 +05:30
parent edc4b91d15
commit 9962ac2703
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -115,6 +115,8 @@ def command_for_open(program='default'):
program = to_cmdline(program)
if program == ['default']:
cmd = ['open'] if is_macos else ['xdg-open']
else:
cmd = program
return cmd