mirror of https://github.com/hak5/openwrt.git
scripts: cfe-bin-header: fix shebang
Fixes: e575a7f777
("scripts: support tags for CFE binaries")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
master
parent
74ff0773b5
commit
30fcb62840
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Reference in New Issue