Also supply LD_LIBRARY_PATH when killing server

This commit is contained in:
ZyX 2015-01-18 03:50:12 +03:00
parent c93a1b79b3
commit 71d7e3921f
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ def main():
finally:
check_call([tmux_exe, '-S', socket_path, 'kill-server'], env={
'PATH': vterm_path,
'LD_LIBRARY_PATH': os.environ.get('LD_LIBRARY_PATH', ''),
})