aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/cfe-bin-header.py
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2020-05-19 08:05:22 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2020-05-19 08:05:22 +0200
commit30fcb62840be0595f50e03e79eb166674fb0de47 (patch)
treedea2e8e7287f7ef09baee27505ddad19891a0215 /scripts/cfe-bin-header.py
parent74ff0773b50470ea75fbceefbb4783875e619c25 (diff)
downloadupstream-30fcb62840be0595f50e03e79eb166674fb0de47.tar.gz
upstream-30fcb62840be0595f50e03e79eb166674fb0de47.tar.bz2
upstream-30fcb62840be0595f50e03e79eb166674fb0de47.zip
scripts: cfe-bin-header: fix shebang
Fixes: e575a7f777ef ("scripts: support tags for CFE binaries") Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'scripts/cfe-bin-header.py')
-rwxr-xr-xscripts/cfe-bin-header.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cfe-bin-header.py b/scripts/cfe-bin-header.py
index 476a36d8dd..3bf652bd0a 100755
--- 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