Fix linux_me2me_host.py to handle relative path to self.
After crrev.com/310952 linux_me2me_host.py fails to start if it's called using relative path. This CL fixes it. The problem was that it was trying to run itself using sys.argv[0] after changing current directory, and this works only if argv[0] is an absolute path. Review URL: https://codereview.chromium.org/883063002 Cr-Commit-Position: refs/heads/master@{#313565}
Showing
Please register or sign in to comment