Fix shebang of python script
authorRoger Shimizu <rosh@debian.org>
Tue, 2 Aug 2022 15:23:27 +0000 (16:23 +0100)
committerRoger Shimizu <rosh@debian.org>
Tue, 2 Aug 2022 15:23:27 +0000 (16:23 +0100)
Forwarded: not-needed

Gbp-Pq: Topic system
Gbp-Pq: Name Fix-shebang-of-python-script.patch

system/tools/mkbootimg/mkbootimg.py
system/tools/mkbootimg/unpack_bootimg.py

index b06d42d2c17ea9b445f40798247e02bc0db33034..0c8d892d1f8c4d6922e30fb1f1078f8e8622fea3 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Copyright 2015, The Android Open Source Project
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
index 5d52646ab2304418be985b18618cbcbd3fd0bfc3..1d856171ecc39ffce09749547cab04d7b5953666 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Copyright 2018, The Android Open Source Project
 #
 # Licensed under the Apache License, Version 2.0 (the "License");