ath10k-bdencoder: Use /usr/bin/env to find python3 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 <sven@narfation.org>
This commit is contained in:
Sven Eckelmann 2021-03-02 15:07:18 +01:00
parent 57212b12e8
commit c984a80624

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
#
# Copyright (c) 2015 Qualcomm Atheros, Inc.
# Copyright (c) 2018, The Linux Foundation. All rights reserved.