Fix python shebang
The current shebang requires /usr/bin/python which is not available in Ubuntu Jammy by default. Change-Id: I8658c1e5c6c2c05df69865663a0fca12c12d4568
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# Copyright (C) 2014 Yahoo! Inc. All Rights Reserved.
|
# Copyright (C) 2014 Yahoo! Inc. All Rights Reserved.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# Copyright (C) 2014 Yahoo! Inc. All Rights Reserved.
|
# Copyright (C) 2014 Yahoo! Inc. All Rights Reserved.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# Copyright 2014 Hewlett-Packard Development Company, L.P.
|
# Copyright 2014 Hewlett-Packard Development Company, L.P.
|
||||||
# Copyright 2014 Samsung Electronics
|
# Copyright 2014 Samsung Electronics
|
||||||
|
|||||||
Reference in New Issue
Block a user