From: Roger Shimizu Date: Fri, 27 Jan 2023 05:43:52 +0000 (+0000) Subject: Fix shebang of python script X-Git-Tag: archive/raspbian/29.0.6-25+rpi1^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3349dd54302c9ccda8555b633bb96cb7f20668de;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");