diff options
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 |
commit | 30fcb62840be0595f50e03e79eb166674fb0de47 (patch) | |
tree | dea2e8e7287f7ef09baee27505ddad19891a0215 /scripts | |
parent | 74ff0773b50470ea75fbceefbb4783875e619c25 (diff) | |
download | upstream-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')
-rwxr-xr-x | scripts/cfe-bin-header.py | 2 |
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 |