From 30fcb62840be0595f50e03e79eb166674fb0de47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Tue, 19 May 2020 08:05:22 +0200 Subject: [PATCH] scripts: cfe-bin-header: fix shebang MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: e575a7f777ef ("scripts: support tags for CFE binaries") Signed-off-by: Álvaro Fernández Rojas --- scripts/cfe-bin-header.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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