DescriptionFix 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.
Committed: https://crrev.com/706050db180f4f8012e4026d4dfd15565beab902
Cr-Commit-Position: refs/heads/master@{#313565}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|