From: Roger Shimizu Date: Mon, 27 Jun 2022 17:30:12 +0000 (+0100) Subject: Fix shebang of python script X-Git-Tag: archive/raspbian/29.0.6-19+rpi1^2~16 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f53718f9b35ef0d9eee0a5709dbd286b3bbc4936;p=android-platform-tools.git Fix shebang of python script Forwarded: not-needed Gbp-Pq: Topic system Gbp-Pq: Name Fix-shebang-of-python-script.patch --- diff --git a/system/tools/mkbootimg/mkbootimg.py b/system/tools/mkbootimg/mkbootimg.py index b06d42d2..0c8d892d 100644 --- a/system/tools/mkbootimg/mkbootimg.py +++ b/system/tools/mkbootimg/mkbootimg.py @@ -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"); diff --git a/system/tools/mkbootimg/unpack_bootimg.py b/system/tools/mkbootimg/unpack_bootimg.py index 5d52646a..1d856171 100755 --- a/system/tools/mkbootimg/unpack_bootimg.py +++ b/system/tools/mkbootimg/unpack_bootimg.py @@ -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");