mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2026-01-27 17:07:18 +01:00
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:
parent
57212b12e8
commit
c984a80624
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue