From 27bf3f2541b3af6a1cbbacc9ad4d6cf5b36728ee Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Tue, 2 Mar 2021 15:07:18 +0100 Subject: [PATCH] ath10k-bdencoder: Use /usr/bin/env to find python binary The ath11k-bdencoder switched to use the "normal" (/usr/bin/env) way of finding the python binary. Just also switch the ath11k-bdencoder to use the same shebang line to reduce the diff. Signed-off-by: Sven Eckelmann --- tools/scripts/ath10k/ath10k-bdencoder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scripts/ath10k/ath10k-bdencoder b/tools/scripts/ath10k/ath10k-bdencoder index 5f41a6b..3ee1839 100755 --- a/tools/scripts/ath10k/ath10k-bdencoder +++ b/tools/scripts/ath10k/ath10k-bdencoder @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Copyright (c) 2015 Qualcomm Atheros, Inc. # Copyright (c) 2018, The Linux Foundation. All rights reserved.