Make this script use python3.
There is nothing in this script that is not python3, so make it python3. Without this, a system without python will fail when trying to run gdbclient.py. Test: Ran gdbclient.py on a system without a python executable. Change-Id: I9f8418932628569c445ee01bc6f9ead8aed7989f
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright (C) 2021 The Android Open Source Project
|
||||
#
|
||||
|
Reference in New Issue
Block a user