Skip to content

Commit 811d9c6

Browse files
committed
Fix python tools' shebang
1 parent 4b0e0eb commit 811d9c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extras/tools/bin2ota.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
import sys
44
import crccheck

extras/tools/lzss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
import platform
44
import sys

0 commit comments

Comments
 (0)