projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74ff077
)
scripts: cfe-bin-header: fix shebang
author
Álvaro Fernández Rojas
<noltari@gmail.com>
Tue, 19 May 2020 06:05:22 +0000
(08:05 +0200)
committer
Álvaro Fernández Rojas
<noltari@gmail.com>
Tue, 19 May 2020 06:05:22 +0000
(08:05 +0200)
Fixes: e575a7f777ef ("scripts: support tags for CFE binaries")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
scripts/cfe-bin-header.py
patch
|
blob
|
history
diff --git
a/scripts/cfe-bin-header.py
b/scripts/cfe-bin-header.py
index 476a36d8dd0f8c819d3f0cef4c7218f6528d0dbb..3bf652bd0ac59a81e11324618b6b4e18a943e613 100755
(executable)
--- a/
scripts/cfe-bin-header.py
+++ b/
scripts/cfe-bin-header.py
@@
-1,4
+1,4
@@
-#!/bin/env python3
+#!/
usr/
bin/env python3
import argparse
import os