From: Roger Shimizu Date: Fri, 20 Jan 2023 08:36:41 +0000 (+0000) Subject: Fix shebang of python script X-Git-Tag: archive/raspbian/29.0.6-23+rpi1^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3f836ffd43e4f852e8c81cda6f8c8ee6de6794b7;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");