From: Roger Shimizu Date: Wed, 11 Jan 2023 08:19:44 +0000 (+0000) Subject: Fix shebang of python script X-Git-Tag: archive/raspbian/29.0.6-22+rpi1^2~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7fc673d07a9d278b10ab47b923020a31b9d7eafb;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");